summaryrefslogtreecommitdiff
path: root/lib/replace/getpass.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/replace/getpass.c')
-rw-r--r--lib/replace/getpass.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/replace/getpass.c b/lib/replace/getpass.c
index 0be618fc91..aab53c533d 100644
--- a/lib/replace/getpass.c
+++ b/lib/replace/getpass.c
@@ -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);
}