]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - posix/globtest.c
Fix all the remaining misspellings -- BZ 25337
[thirdparty/glibc.git] / posix / globtest.c
index 2bba5228f551b0e2324ea75403bac10f28944563..d1712656dd8bad3ba28aad7b706b2295cbf52d9c 100644 (file)
@@ -106,7 +106,7 @@ main (int argc, char *argv[])
   if ((glob_flags & GLOB_DOOFFS) && g.gl_pathv[0] == NULL)
     g.gl_pathv[0] = (char *) "abc";
 
-  /* Print out the names.  Unless otherwise specified, qoute them.  */
+  /* Print out the names.  Unless otherwise specified, quote them.  */
   if (g.gl_pathv)
     {
       for (i = 0; i < g.gl_offs + g.gl_pathc; ++i)