From c3037a91df215f3f64795ca44d00372c36fbd706 Mon Sep 17 00:00:00 2001 From: Don HO Date: Fri, 5 Jun 2015 14:21:06 +0200 Subject: [PATCH] [TYPO] Fix a typo. --- PowerEditor/src/NppIO.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}