diff --git a/SourceFiles/Autokey.cpp b/SourceFiles/Autokey.cpp index c61cbf3..0bb4798 100644 --- a/SourceFiles/Autokey.cpp +++ b/SourceFiles/Autokey.cpp @@ -45,7 +45,7 @@ void Autokey::encodeSet(std::string key, std::string input){ input = getInputString(); key.append(input); - ///This will take a long time if the keyword in long + //This will take a long time if the keyword in long //Remove the last letter in the string until it is the same size as the input while(key.size() > input.size()){ key.erase(key.end() - 1);