Correction of spelling errors.
authorMathieu Parent <math.parent@gmail.com>
Tue, 5 Jan 2010 10:04:24 +0000 (11:04 +0100)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Wed, 24 Feb 2010 12:22:00 +0000 (23:22 +1100)
* interupted -> interrupted
* dont -> don't

(thanks to lintian)

See https://bugzilla.samba.org/show_bug.cgi?id=6935

lib/replace/getpass.c
server/ctdbd.c

index d91d029f6a79ced4089af86cb0b4d0a97b77b608..787cd1d42c41dc77692de8ca79cb316a1acc2318 100644 (file)
@@ -211,7 +211,7 @@ char *rep_getpass(const char *prompt)
        catch_signal(SIGINT, SIGNAL_CAST SIG_DFL);
 
        if (gotintr) {
-               printf("Interupted by signal.\n");
+               printf("Interrupted by signal.\n");
                fflush(stdout);
                exit(1);
        }
index 2e707f243a5b92377f9867e4634985771392c324..12e754e1bac6e1e5775bc760143a9eb15d1ad184 100644 (file)
@@ -139,7 +139,7 @@ int main(int argc, const char *argv[])
                { "no-recmaster", 0, POPT_ARG_NONE, &options.no_recmaster, 0, "disable recmaster role on this node", NULL },
                { "lvs", 0, POPT_ARG_NONE, &options.lvs, 0, "lvs is enabled on this node", NULL },
                { "script-log-level", 0, POPT_ARG_INT, &options.script_log_level, DEBUG_ERR, "log level of event script output", NULL },
-               { "nopublicipcheck", 0, POPT_ARG_NONE, &options.no_publicipcheck, 0, "dont check we have/dont have the correct public ip addresses", NULL },
+               { "nopublicipcheck", 0, POPT_ARG_NONE, &options.no_publicipcheck, 0, "don't check we have/don't have the correct public ip addresses", NULL },
                { "max-persistent-check-errors", 0, POPT_ARG_INT,
                  &options.max_persistent_check_errors, 0,
                  "max allowed persistent check errors (default 0)", NULL },