]> granicus.if.org Git - mutt/commitdiff
Minor fixes from Byrial.
authorThomas Roessler <roessler@does-not-exist.org>
Thu, 25 May 2000 08:09:51 +0000 (08:09 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Thu, 25 May 2000 08:09:51 +0000 (08:09 +0000)
init.h
makedoc.c

diff --git a/init.h b/init.h
index 38bd6068d7e18ee90edb5f0f1dd3a759ef9e36b1..099d311307023186a2355bbccfc7a68503b3a13d 100644 (file)
--- a/init.h
+++ b/init.h
@@ -1345,7 +1345,8 @@ struct option_t MuttVars[] = {
   ** accepted.
   */
   { "entropy_file",    DT_PATH, R_NONE, UL &SslEntropyFile, 0 },
-  /* .pp
+  /*
+  ** .pp
   ** The file which includes random data that is used to initalize SSL
   ** library functions.
    */
index 95350139790240cb6666074e5f298c65fb8f3628..70aede971e354910c3264f89653fdc328637ead3 100644 (file)
--- a/makedoc.c
+++ b/makedoc.c
@@ -360,7 +360,7 @@ types[] =
   { "DT_STR",  "string"        },
   { "DT_PATH", "path"          },
   { "DT_QUAD", "quadoption"    },
-  { "DT_SORT", "sort oder"     },
+  { "DT_SORT", "sort order"    },
   { "DT_RX",   "regular expression" },
   { "DT_MAGIC",        "folder magic" },
   { "DT_SYN",  NULL },