changeset 20505:784ed55fdde8

inputParser.m: Fix typo
author Andreas Weber <andy.weber.aw@gmail.com>
date Mon, 31 Aug 2015 12:59:36 +0200
parents 33b03b06442b
children 25caa0deaabb
files scripts/general/inputParser.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 ();