about summary refs log tree commit diff
path: root/manual/pattern.texi
diff options
context:
space:
mode:
authorPaul Pluzhnikov <ppluzhnikov@google.com>2023-05-27 16:41:44 +0000
committerPaul Pluzhnikov <ppluzhnikov@google.com>2023-05-27 16:41:44 +0000
commit64d9ebae87731f1604a41e9df9bbe3c80c6cb5b8 (patch)
tree7614449f4358b7412e1df8551b289850ffe40f90 /manual/pattern.texi
parentf58a8c1c15d8b5d8a08e8553f82867202b88a5cc (diff)
downloadglibc-64d9ebae87731f1604a41e9df9bbe3c80c6cb5b8.tar.gz
glibc-64d9ebae87731f1604a41e9df9bbe3c80c6cb5b8.tar.xz
glibc-64d9ebae87731f1604a41e9df9bbe3c80c6cb5b8.zip
Fix misspellings in manual/ -- BZ 25337
Diffstat (limited to 'manual/pattern.texi')
-rw-r--r--manual/pattern.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/pattern.texi b/manual/pattern.texi
index 4fa4c25525..250fa1e265 100644
--- a/manual/pattern.texi
+++ b/manual/pattern.texi
@@ -258,7 +258,7 @@ containing a given name.
 The @code{glob} function reads the @code{struct dirent} members listed
 above and makes a copy of the file name in the @code{d_name} member
 immediately after the @code{gl_readdir} callback function returns.
-Future invocations of any of the callback functions may dealloacte or
+Future invocations of any of the callback functions may deallocate or
 reuse the buffer.  It is the responsibility of the caller of the
 @code{glob} function to allocate and deallocate the buffer, around the
 call to @code{glob} or using the callback functions.  For example, an