Correction of spelling errors.
[sahlberg/ctdb.git] / lib / replace / getpass.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);
        }