Fix typos in manual.
[pspp] / doc / gnulib-intro.texi
index fa282a4b29512b39135700a9121176782def052d..a10ebeb92f4647b63feb234fb788027ec709b360 100644 (file)
@@ -16,7 +16,7 @@ maintain.
 
 @item
 Security: Gnulib provides functions that are immune against vulnerabilities
-that plagues the uses of the corresponding commonplace functions. For
+that plague the uses of the corresponding commonplace functions. For
 example, @code{asprintf}, @code{canonicalize_file_name} are not affected
 by buffer sizing problems that affect @code{sprintf}, @code{realpath}.
 @code{openat} does not have the race conditions that @code{open} has. Etc.