Browse Source

insupported is unsupported

Simon Krajewski 12 years ago
parent
commit
77200431e0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      parser.ml

+ 1 - 1
parser.ml

@@ -1105,7 +1105,7 @@ let parse ctx code =
 				| OpGte -> compare (>=)
 				| OpLt -> compare (<)
 				| OpLte -> compare (<=)
-				| _ -> error (Custom "Insupported operation") p)
+				| _ -> error (Custom "Unsupported operation") p)
 			| _ ->
 				error Unclosed_macro p
 		in