summaryrefslogtreecommitdiff
path: root/plugins/Msg_Export/src/FileViewer.cpp
diff options
context:
space:
mode:
authorRMN <rmn@miranda-ng.org>2014-02-18 10:40:49 +0000
committerRMN <rmn@miranda-ng.org>2014-02-18 10:40:49 +0000
commit557d20f966c9ebbb16df1fc5a6d4e74084de3a2b (patch)
tree745b0ba61f961c1f7007355c7935919c471e1090 /plugins/Msg_Export/src/FileViewer.cpp
parent6345808173c9c135a4abc1ceb83a4e9d1101a602 (diff)
spelling corrections
git-svn-id: http://svn.miranda-ng.org/main/trunk@8157 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Msg_Export/src/FileViewer.cpp')
-rwxr-xr-xplugins/Msg_Export/src/FileViewer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Msg_Export/src/FileViewer.cpp b/plugins/Msg_Export/src/FileViewer.cpp
index 21b8396764..b3f46b2dc6 100755
--- a/plugins/Msg_Export/src/FileViewer.cpp
+++ b/plugins/Msg_Export/src/FileViewer.cpp
@@ -525,7 +525,7 @@ bool bOpenExternaly( MCONTACT hContact )
&sStartupInfo,
&stProcesses))
{
- DisplayLastError( LPGENT("Faile to execute external file view"));
+ DisplayLastError( LPGENT("Failed to execute external file view"));
}
return true;
}