summaryrefslogtreecommitdiffstats
path: root/alias.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2000-01-18 22:17:45 +0000
committerThomas Roessler <roessler@does-not-exist.org>2000-01-18 22:17:45 +0000
commitbf563be1a4e27b355bf5678d348d600eb3c9c005 (patch)
treef78aa175973301fa335b51dc44fca67bd2e006b5 /alias.c
parent63e7c997897328a8e11970acc0053f74a532ac6d (diff)
Documentation fix about gecos_mask. From Will Fiveash.
Diffstat (limited to 'alias.c')
-rw-r--r--alias.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/alias.c b/alias.c
index 5a12853b..c226ee93 100644
--- a/alias.c
+++ b/alias.c
@@ -90,7 +90,7 @@ static ADDRESS *mutt_expand_aliases_r (ADDRESS *a, LIST **expn)
/* Use regular expression to parse Gecos field. This result of the
* parsing will be used as the personal ID string when the alias is
- * expaned.
+ * expanded.
*/
if (regexec (GecosMask.rx, pw->pw_gecos, 1, pat_match, 0) == 0)
{