Fix minor typos

This commit is contained in:
Steven Ward
2023-10-09 21:25:40 -04:00
parent d809ce5cf0
commit 79964338d1
3 changed files with 3 additions and 3 deletions

View File

@@ -152,7 +152,7 @@ Command sequence
exit string
The action of these commands depends on where they are used.
At the interactive level, they will cause calc it edit.
At the interactive level, they will cause calc to exit.
This is the normal way to leave the calculator. In any
other use, they will stop the current calculation as if
an error had occurred.

View File

@@ -46,7 +46,7 @@ DESCRIPTION
Some non-POSIX systems such as MS Windows treat text files
and binary files differently. In text mode MS Windows consider
"\r\n" and end-of-line character. On an Apple MAC, the
"\r\n" an end-of-line character. On an Apple MAC, the
text mode end-of-line character is "\r".
Names of files are subject to ~ expansion just like the C or

View File

@@ -100,7 +100,7 @@ DESCRIPTION
Some non-POSIX systems such as MS Windows treat text files
and binary files differently. In text mode MS Windows consider
"\r\n" and end-of-line character. On an Apple MAC, the
"\r\n" an end-of-line character. On an Apple MAC, the
text mode end-of-line character is "\r".
Names of files are subject to ~ expansion just like the C or