# HG changeset patch # User Andreas Weber # Date 1441018776 -7200 # Node ID 784ed55fdde809561e3852ad291dd5bc91736b2d # Parent 33b03b06442bd95cc66e121013f4858ee996cb7a inputParser.m: Fix typo diff --git a/scripts/general/inputParser.m b/scripts/general/inputParser.m --- 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 ();