summaryrefslogtreecommitdiff
path: root/plugins/New_GPG/src/main.cpp
diff options
context:
space:
mode:
authorDart Raiden <wowemuh@gmail.com>2014-06-27 20:33:00 +0000
committerDart Raiden <wowemuh@gmail.com>2014-06-27 20:33:00 +0000
commit13ea03e6da6c7805eddb61b41fed885b8dc420ac (patch)
tree3affd2b465301169ea57e2229ffa5ddde1b827eb /plugins/New_GPG/src/main.cpp
parent3b258765e89ef0074bf5107188d478c9da36fede (diff)
spelling corrections
git-svn-id: http://svn.miranda-ng.org/main/trunk@9586 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/New_GPG/src/main.cpp')
-rwxr-xr-xplugins/New_GPG/src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/New_GPG/src/main.cpp b/plugins/New_GPG/src/main.cpp
index 5b7f0edd6a..29783517fa 100755
--- a/plugins/New_GPG/src/main.cpp
+++ b/plugins/New_GPG/src/main.cpp
@@ -699,7 +699,7 @@ static INT_PTR CALLBACK DlgProcFirstRun(HWND hwndDlg,UINT msg,WPARAM wParam,LPAR
HGLOBAL hMem = GlobalAlloc(GMEM_MOVEABLE, out.size() +1);
if(!hMem)
{
- MessageBox(0, TranslateT("Failed to alocate memory"), TranslateT("Error"), MB_OK);
+ MessageBox(0, TranslateT("Failed to allocate memory"), TranslateT("Error"), MB_OK);
break;
}
char *szKey = (char*)GlobalLock(hMem);