]> granicus.if.org Git - sudo/commitdiff
Fix typo in error message.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 3 Jul 2015 13:06:29 +0000 (07:06 -0600)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 3 Jul 2015 13:06:29 +0000 (07:06 -0600)
plugins/sudoers/logging.c

index 05f57986690d60d606b4f0ea20020e0ce75bb71d..19902ae10739e134e018f746f253392d10c7c2de 100644 (file)
@@ -659,7 +659,7 @@ send_mail(const char *fmt, ...)
 
                /* Build up an argv based on the mailer path and flags */
                if ((mflags = strdup(def_mailerflags)) == NULL) {
-                   mysyslog(LOG_ERR, _("unable allocate memory"));
+                   mysyslog(LOG_ERR, _("unable to allocate memory"));
                    _exit(127);
                }
                if ((argv[0] = strrchr(mpath, '/')))