manual: fix typo: s/are/is/
authorJim Meyering <meyering@redhat.com>
Wed, 29 Oct 2008 10:05:39 +0000 (11:05 +0100)
committerJim Meyering <meyering@redhat.com>
Mon, 22 Feb 2010 20:26:22 +0000 (21:26 +0100)
* manual/math.texi (BSD Random): Fix a typo: s/are/is/

ChangeLog
manual/math.texi

index 5fd43b4..d541766 100644 (file)
--- 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.
index 50e087c..95e3378 100644 (file)
@@ -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.