]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/miss.c
mission: Fix an error message pasto going back to Chainsaw 3
[empserver] / src / lib / commands / miss.c
index 52b3919b98e3e520da7cb239830363b1f363160c..c050664785aa2d106f7c678bea91d84bd589ead8 100644 (file)
@@ -211,7 +211,7 @@ mission(void)
 
            pcp = &plchr[(int)gp->type];
            if (!(pcp->pl_flags & P_F)) {
-               pr("Only planes with the intercept abilities can perform air defense.\n"
+               pr("Only planes with the intercept ability can perform air defense.\n"
                   "%s #%d is ineligible\n",
                   pcp->pl_name, gp->uid);
                continue;