diff options
Diffstat (limited to 'macros/hanning.sci')
-rw-r--r-- | macros/hanning.sci | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/hanning.sci b/macros/hanning.sci index e206eaf..dcedcd4 100644 --- a/macros/hanning.sci +++ b/macros/hanning.sci @@ -19,7 +19,7 @@ function c = hanning (m, opt) case "symmetric" //Default option, same as no option specified. else - error ('hanning: window type must be either periodic or symmetric"); + error ("hanning: window type must be either periodic or symmetric"); end end |