From 85fdb50e826834ca285676c4b60a9e7ffa17a05a Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 15 Feb 1992 23:10:31 +0000 Subject: [PATCH] Fix typo. --- manual/math.texi | 2 +- manual/string.texi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manual/math.texi b/manual/math.texi index 2b9e91b162..b24e6fc21f 100644 --- a/manual/math.texi +++ b/manual/math.texi @@ -119,7 +119,7 @@ floating point. @node Trigonometric Functions @section Trigonometric Functions -@cindex trignometric functions +@cindex trigonometric functions These are the familiar @code{sin}, @code{cos}, and @code{tan} functions. The arguments to all of these functions are in units of radians; recall diff --git a/manual/string.texi b/manual/string.texi index 1a0f9b0378..9898bd1c5e 100644 --- a/manual/string.texi +++ b/manual/string.texi @@ -894,7 +894,7 @@ a null pointer. @end deftypefun @strong{Warning:} Since @code{strtok} alters the string it is parsing, -you always copy the string to a tempoarary buffer before parsing it with +you always copy the string to a temporary buffer before parsing it with @code{strtok}. If you allow @code{strtok} to modify a string that came from another part of your program, you are asking for trouble; that string may be part of a data structure that could be used for other -- 2.11.4.GIT