Skip to content

Commit a41ef01

Browse files
authored
fix typo
1 parent ca1b818 commit a41ef01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PythonScript/src/ScintillaWrapper.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -814,7 +814,7 @@ void ScintillaWrapper::replaceImpl(boost::python::object searchStr, boost::pytho
814814
}
815815

816816
if (replaceStr.is_none()) {
817-
throw NppPythonScript::ArgumentException("repalce parameter must not be none");
817+
throw NppPythonScript::ArgumentException("replace parameter must not be none");
818818
}
819819

820820
std::string replaceChars;
@@ -1090,4 +1090,4 @@ std::string ScintillaWrapper::iso_latin_1_to_utf8(const std::string& ansi_input)
10901090
return output;
10911091
}
10921092

1093-
}
1093+
}

0 commit comments

Comments
 (0)