Mercurial > hg > octave-nkf
diff scripts/general/inputParser.m @ 20680:784ed55fdde8
inputParser.m: Fix typo
author | Andreas Weber <andy.weber.aw@gmail.com> |
---|---|
date | Mon, 31 Aug 2015 12:59:36 +0200 |
parents | 9fc020886ae9 |
children | a61f0d6beb71 |
line wrap: on
line diff
--- a/scripts/general/inputParser.m +++ b/scripts/general/inputParser.m @@ -261,7 +261,7 @@ ## structs with the fields "name", "def" (default), and "val" (validator). Required = cell (); Optional = cell (); - ## ParamValue and Swicth are unordered so we have a struct whose fieldnames + ## ParamValue and Switch are unordered so we have a struct whose fieldnames ## are the argname, and values are a struct with fields "def" and "val" ParamValue = struct (); Switch = struct ();