# HG changeset patch # User Andreas Weber # Date 1441018776 -7200 # Node ID 784ed55fdde809561e3852ad291dd5bc91736b2d # Parent 33b03b06442bd95cc66e121013f4858ee996cb7a inputParser.m: Fix typo diff -r 33b03b06442b -r 784ed55fdde8 scripts/general/inputParser.m --- a/scripts/general/inputParser.m Sat Aug 29 05:59:45 2015 -0700 +++ b/scripts/general/inputParser.m Mon Aug 31 12:59:36 2015 +0200 @@ -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 ();