Spelling fixes for libreplace.
[ira/wip.git] / lib / replace / getpass.c
index 0be618fc916cf21d6d7e6122d0ac847759ae6002..aab53c533de1aebd833af3f3b69310d1502cf827 100644 (file)
@@ -214,7 +214,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);
        }