aboutsummaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
Diffstat (limited to 'manual')
-rw-r--r--manual/math.texi2
-rw-r--r--manual/pattern.texi2
2 files changed, 2 insertions, 2 deletions
diff --git a/manual/math.texi b/manual/math.texi
index e1d597d..2b80430 100644
--- a/manual/math.texi
+++ b/manual/math.texi
@@ -886,7 +886,7 @@ instead of in the @var{signgam} global.
@deftypefunx {long double} gammal (long double @var{x})
These functions exist for compatibility reasons. They are equivalent to
@code{lgamma} etc. It is better to use @code{lgamma} since for one the
-name reflect better the actual computation and @code{lgamma} is also
+name reflects better the actual computation and @code{lgamma} is also
standardized in @w{ISO C 9x} while @code{gamma} is not.
@end deftypefun
diff --git a/manual/pattern.texi b/manual/pattern.texi
index f2c3f8e..e81a29f 100644
--- a/manual/pattern.texi
+++ b/manual/pattern.texi
@@ -484,7 +484,7 @@ the home directory cannot be determined for other reasons this leads to
an error. @code{glob} will return @code{GLOB_NOMATCH} instead of using
the pattern itself as the name.
-This funcationality is equivalent to what is available in C-shells if
+This functionality is equivalent to what is available in C-shells if
@code{nonomatch} flag is not set.
@comment glob.h