]> git.lizzy.rs Git - metalua.git/blobdiff - doc/manual/clopts-ref.tex
spelling fixes to the documentation
[metalua.git] / doc / manual / clopts-ref.tex
index c95c6ae3e340904b0b9a5a98d2fd9f41bcb9f589..7ef6d7438a402a875abaea3c189613b541bb6ea6 100644 (file)
@@ -1,7 +1,7 @@
 \section{{\tt clopts}: command line options parsing}
 This library allows to parse command line options in a generic, standard and
 reasonably powerful way. Using it for your programs helps ensure that they
-behave in an unsurprizing way to users. the {\tt metalua} compiler parses its
+behave in an unsurprising way to users. the {\tt metalua} compiler parses its
 parameters with clopts.
 
 FIXME: Rest of the doc to be written