diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c1671a4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.vscode/ +out/ \ No newline at end of file diff --git a/out/.gitkeep b/out/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/src/decrypter.c b/src/decrypter.c index 7162ae7..68998b5 100644 --- a/src/decrypter.c +++ b/src/decrypter.c @@ -23,7 +23,7 @@ decryptText(char *text, char *key) numberBuffer = 1; - //GET LENGHT OF returningText AND textKeyChain + //GET LENGTH OF returningText AND textKeyChain for (int i = 0; i < strlen(text); i++) { if (text[i] == ENCRYPTION_SEPARATOR) numberBuffer++;