Merge pull request from SebestikCZ
fix: typo
This commit is contained in:
commit
1b63f052ca
@ -23,7 +23,7 @@ decryptText(char *text, char *key)
|
||||
|
||||
numberBuffer = 1;
|
||||
|
||||
//GET LENTGH OF returningText AND textKeyChain
|
||||
//GET LENGHT OF returningText AND textKeyChain
|
||||
for (int i = 0; i < strlen(text); i++)
|
||||
{
|
||||
if (text[i] == ENCRYPTION_SEPARATOR) numberBuffer++;
|
||||
@ -100,4 +100,4 @@ decryptText(char *text, char *key)
|
||||
}
|
||||
|
||||
return returningText;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user