From 79964338d13e1cab0dfdffaca24a3a2f18be4df1 Mon Sep 17 00:00:00 2001 From: Steven Ward Date: Mon, 9 Oct 2023 21:25:40 -0400 Subject: [PATCH] Fix minor typos --- help/command | 2 +- help/fopen | 2 +- help/fpathopen | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/help/command b/help/command index 5b95c58..ccb0cc4 100644 --- a/help/command +++ b/help/command @@ -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. diff --git a/help/fopen b/help/fopen index f07357b..697815e 100644 --- a/help/fopen +++ b/help/fopen @@ -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 diff --git a/help/fpathopen b/help/fpathopen index 0f884af..2184e74 100644 --- a/help/fpathopen +++ b/help/fpathopen @@ -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