tmpdisk: fixed some spelling mistakes

git-svn-id: svn://kolibrios.org@3336 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Yogev Ezra 2013-03-05 18:50:47 +00:00
parent a8c3e6aca3
commit 8db8d59a28
2 changed files with 3 additions and 3 deletions

View File

@ -14,11 +14,11 @@
0}; 0};
#else*/ #else*/
char *rezult_text[]={ char *rezult_text[]={
"operation compleated successfully", "operation completed successfully",
"unknown IOCTL code, wrong input/output size...", "unknown IOCTL code, wrong input/output size...",
"DiskId must be from 0 to 9", "DiskId must be from 0 to 9",
"DiskSize is too large", "DiskSize is too large",
"DiskSize is too small, may be too less free RAM", "DiskSize is too small, might be too little free RAM",
"memory allocation failed", "memory allocation failed",
"unknown error O_o", "unknown error O_o",
0}; 0};

View File

@ -60,7 +60,7 @@ void Main_Window()
mem_Init(); mem_Init();
if (load_dll2(boxlib, #edit_box_draw,0)!=0) if (load_dll2(boxlib, #edit_box_draw,0)!=0)
{ {
notify("error: library doesn't exists /rd/1/lib/box_lib.obj"); notify("error: library doesn't exist /rd/1/lib/box_lib.obj");
ExitProcess(); ExitProcess();
} }
SetEventMask(0x27); SetEventMask(0x27);