summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-10-29 11:05:39 +0100
committerJim Meyering <meyering@redhat.com>2010-02-22 21:26:22 +0100
commite2f4aa547a997922d960876671fb35ea101295f8 (patch)
treefe3dd8f3c2ab61dac7838c5bb1417d890dbb97a9
parent82acaacb9c7689c479c3426743ae66d0ad466a1d (diff)
manual: fix typo: s/are/is/
* manual/math.texi (BSD Random): Fix a typo: s/are/is/
-rw-r--r--ChangeLog2
-rw-r--r--manual/math.texi2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5fd43b4ece..d541766e7e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2010-02-22 Jim Meyering <meyering@redhat.com>
+ * manual/math.texi (BSD Random): Fix a typo: s/are/is/
+
* manual/charset.texi: Adjust grammar.
* manual/errno.texi (Error Messages): Fix doubled-words and typos.
diff --git a/manual/math.texi b/manual/math.texi
index 50e087c487..95e3378c9e 100644
--- a/manual/math.texi
+++ b/manual/math.texi
@@ -1421,7 +1421,7 @@ pseudo-random number generator.
The GNU C library contains four additional functions which contain the
state as an explicit parameter and therefore make it possible to handle
-thread-local PRNGs. Beside this there are no difference. In fact, the
+thread-local PRNGs. Beside this there is no difference. In fact, the
four functions already discussed are implemented internally using the
following interfaces.