No specific user configuration
[platform/upstream/bash.git] / builtins.h
index 8f7b461..cc0c79c 100644 (file)
@@ -50,7 +50,7 @@ struct builtin {
   sh_builtin_func_t *function; /* The address of the invoked function. */
   int flags;                   /* One of the #defines above. */
   char * const *long_doc;      /* NULL terminated array of strings. */
-  const char *short_doc;       /* Short version of documenation. */
+  const char *short_doc;       /* Short version of documentation. */
   char *handle;                        /* for future use */
 };