Skip to content

Commit 273da5c

Browse files
committed
Fix minor typo
1 parent 8a47971 commit 273da5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/cppcheck.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -889,7 +889,7 @@ void CppCheck::checkPlistOutput(const FileWithDetails& file, const std::vector<s
889889
if (!mSettings.plistOutput.empty()) {
890890
const bool slashFound = file.spath().find('/') != std::string::npos;
891891
std::string filename = slashFound ? file.spath().substr(file.spath().rfind('/') + 1) : file.spath();
892-
// Removes suffix from filename when it exists
892+
// removes suffix from filename when it exists
893893
const std::string noSuffixFilename = filename.substr(0, filename.find('.'));
894894

895895
// the hash is added to handle when files in different folders have the same name

0 commit comments

Comments
 (0)