From e3952796a64086c1320937b34da46988dbca523c Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Mon, 17 Oct 2022 16:39:35 +0200 Subject: [PATCH] typo fix yk... English isn't my native language :c --- include/flags.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/flags.h b/include/flags.h index b895b02..c010707 100644 --- a/include/flags.h +++ b/include/flags.h @@ -64,7 +64,7 @@ void setEncryptionSeparator(char encryptionSeparatorNew); void setKeyLength(int keyLengthNew); void setFlags(inputFlags newFlags); //.... whatcha think? -//RANDOM SHIT THAT DOESN'T FIT IN MISC, SO I PUT IN HERE +//RANDOM SHIT THAT DOESN'T FIT IN MISC, SO I PUT IT IN HERE int encryptionOperation(int text, int encryptedText); #endif