From: Thomas Roessler Date: Thu, 25 May 2000 08:09:51 +0000 (+0000) Subject: Minor fixes from Byrial. X-Git-Tag: mutt-1-3-3-rel~25 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c946170fba203e34c0c1a61774f9a7544632fb6a;p=mutt Minor fixes from Byrial. --- diff --git a/init.h b/init.h index 38bd6068..099d3113 100644 --- 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. */ diff --git a/makedoc.c b/makedoc.c index 95350139..70aede97 100644 --- 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 },