forked from KolibriOS/kolibrios
tmpdisk: fixed some spelling mistakes
git-svn-id: svn://kolibrios.org@3336 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
a8c3e6aca3
commit
8db8d59a28
@ -14,11 +14,11 @@
|
||||
0};
|
||||
#else*/
|
||||
char *rezult_text[]={
|
||||
"operation compleated successfully",
|
||||
"operation completed successfully",
|
||||
"unknown IOCTL code, wrong input/output size...",
|
||||
"DiskId must be from 0 to 9",
|
||||
"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",
|
||||
"unknown error O_o",
|
||||
0};
|
||||
|
@ -60,7 +60,7 @@ void Main_Window()
|
||||
mem_Init();
|
||||
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();
|
||||
}
|
||||
SetEventMask(0x27);
|
||||
|
Loading…
Reference in New Issue
Block a user