Fix spelling programme to program

- Correct spellings for en_US.
- Minimal tweaks for fluency.

git-svn-id: svn://kolibrios.org@10047 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
2024-05-21 18:17:37 +00:00
parent e626066eef
commit db1cb66d35
9 changed files with 25 additions and 55 deletions

View File

@@ -86,7 +86,7 @@ int checkStateOnSave(int state)
case 6: con_printf("\nEnd of a file, EOF!\n");
return 6;
case 7: con_printf("\nPointer lies outside of application memory!\n");
case 7: con_printf("\nPointer is outside of application memory!\n");
return 7;
case 8: con_printf("\nDisk is full!\n");

View File

@@ -1,10 +1,10 @@
Backy (release date 2020.05.27)
Backy is a programme for backing up a file.
Backy is a program for backing up a file.
Usage: backy <path1> <-o path2>
path1 - path to a file to be backuped.
-o path2 - path to the output directory without the name of a file.
path1 - path to a file to be backed up.
-o path2 - path to the output directory without the file name.
Examples:
backy test.c
@@ -13,10 +13,9 @@ Examples:
backy /hd0/1/test.c -o /tmp0/1/
//--------------------------------------//
The programme:
The program:
- Compiled with KTCC compiler.
- Written in KolibriOS NB svn7768.
- Designed and written by JohnXenox
aka Aleksandr Igorevich.
//--------------------------------------//

View File

@@ -13,7 +13,7 @@ Backy - это программа для создания резервной к
backy /hd0/1/test.c -o /tmp0/1/
//--------------------------------------//
The programme:
The program:
- Compiled with KTCC compiler.
- Written in KolibriOS NB svn7768.
- Designed and written by JohnXenox