diff --git a/geekcode.c b/geekcode.c index 2b9b13d..48a645b 100644 --- a/geekcode.c +++ b/geekcode.c @@ -168,7 +168,7 @@ int main() printf("1) Create your own Geekcode\n"); printf("2) Read a Geekcode\n"); printf("\n"); - printf("Enter your choise here [0 to quit]: "); + printf("Enter your choice here [0 to quit]: "); scanf("%d", &selection); clear_kb(); }while(selection<0 || selection>2);