diff --git a/PowerEditor/src/NppIO.cpp b/PowerEditor/src/NppIO.cpp index 9fcc33a7..fca2877c 100644 --- a/PowerEditor/src/NppIO.cpp +++ b/PowerEditor/src/NppIO.cpp @@ -60,7 +60,7 @@ BufferID Notepad_plus::doOpen(const TCHAR *fileName, bool isRecursive, bool isRe } assert( _tcslen( longFileName ) == getFullPathNameResult ); - // ignore the returned value of fuction due to win64 redirection system + // ignore the returned value of function due to win64 redirection system ::GetLongPathName(longFileName, longFileName, longFileNameBufferSize); bool isSnapshotMode = backupFileName != NULL && PathFileExists(backupFileName); @@ -1596,4 +1596,4 @@ void Notepad_plus::saveSession(const Session & session) void Notepad_plus::saveCurrentSession() { ::PostMessage(_pPublicInterface->getHSelf(), NPPM_INTERNAL_SAVECURRENTSESSION, 0, 0); -} \ No newline at end of file +}