diff options
Diffstat (limited to 'common/audit.c')
-rw-r--r-- | common/audit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/audit.c b/common/audit.c index 179bf72fe..6185df37c 100644 --- a/common/audit.c +++ b/common/audit.c @@ -80,7 +80,7 @@ static void writeout_rem (audit_ctx_t ctx, /* Add NAME to the list of help tags. NAME needs to be a const string - an this function merly stores this pointer. */ + an this function merely stores this pointer. */ static void add_helptag (audit_ctx_t ctx, const char *name) { |