summaryrefslogtreecommitdiff
path: root/plugins/Msg_Export/src/FileViewer.cpp
diff options
context:
space:
mode:
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;
}