summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorzimmerma <zimmerma@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2013-07-24 12:25:26 +0000
committerzimmerma <zimmerma@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2013-07-24 12:25:26 +0000
commit22dad8c9d6bde43cba07f5564b1329bd778f47f5 (patch)
tree2872f98701edac2fffa3f62b1e4faff198d6da76 /doc
parent5b46f2286cb5351808925572c5adec5541628d72 (diff)
downloadmpc-22dad8c9d6bde43cba07f5564b1329bd778f47f5.tar.gz
fixed typos reported by Ondřej Bílka <neleai@seznam.cz>
(cf http://lists.gforge.inria.fr/pipermail/mpc-discuss/2013-July/001241.html) git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@1298 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'doc')
-rw-r--r--doc/mpc.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/mpc.texi b/doc/mpc.texi
index 33f1b03..e5c5fcd 100644
--- a/doc/mpc.texi
+++ b/doc/mpc.texi
@@ -749,9 +749,9 @@ parentheses, or @code{nan(n-char-sequence)} or @code{@@nan@@(n-char-sequence)}
of ascii letters, digits or @code{'_'}.
For instance, upon input of @code{"nan(13 1)"}, the function
-@code{mpc_inp_str} starts to recognise a value of NaN followed by an
+@code{mpc_inp_str} starts to recognize a value of NaN followed by an
n-char-sequence indicated by the opening parenthesis; as soon as the
-space is reached, it becocmes clear that the expression in parentheses
+space is reached, it becomes clear that the expression in parentheses
is not an n-char-sequence, and the error flag -1 is returned after 6
characters have been consumed from the stream (the whitespace itself
remaining in the stream).