From 6f44df1f1f0c882c0999047a3f97f31dc6e18c7e Mon Sep 17 00:00:00 2001 From: "Stefan A. Haubenthal" Date: Sat, 16 Aug 2025 21:23:33 +0200 Subject: [PATCH] Fixed typos --- docs/books/crexx_programming_guide/Building_cRexx.md | 2 +- docs/books/crexx_programming_guide/rxdas.md | 2 +- docs/books/crexx_programming_guide/rxpa.md | 2 +- docs/books/crexx_vm_spec/examples/dextrREGREGREG.rxas | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/books/crexx_programming_guide/Building_cRexx.md b/docs/books/crexx_programming_guide/Building_cRexx.md index 85b6182c4..c0a2c24a4 100644 --- a/docs/books/crexx_programming_guide/Building_cRexx.md +++ b/docs/books/crexx_programming_guide/Building_cRexx.md @@ -163,7 +163,7 @@ directory that is already on the `PATH`. ### Production and debug builds -Production builds are optimized, while debug builds are slower in exection time but deliver support for the analysis and debugging of problems in the code. The standard distribution is an optimized production build, while a debug build can be produced with the Debug CMake build option. +Production builds are optimized, while debug builds are slower in execution time but deliver support for the analysis and debugging of problems in the code. The standard distribution is an optimized production build, while a debug build can be produced with the Debug CMake build option. | Name | Function | |---------|-------------------------------------------------| diff --git a/docs/books/crexx_programming_guide/rxdas.md b/docs/books/crexx_programming_guide/rxdas.md index 742f789d2..6a1765735 100644 --- a/docs/books/crexx_programming_guide/rxdas.md +++ b/docs/books/crexx_programming_guide/rxdas.md @@ -94,7 +94,7 @@ l7doend: ``` The assembler produces an 'rxbin' file from that. -What follows is the dissassembly from this 'rxbin' file. +What follows is the disassembly from this 'rxbin' file. ```rxas * MODULE - sumLoop1000 diff --git a/docs/books/crexx_programming_guide/rxpa.md b/docs/books/crexx_programming_guide/rxpa.md index a2a5ddeec..b986f8b49 100644 --- a/docs/books/crexx_programming_guide/rxpa.md +++ b/docs/books/crexx_programming_guide/rxpa.md @@ -180,5 +180,5 @@ In **bold**, the import statement loads the namespace meaning that any REXX modu * Extending the Architecture to support Address environments and variable “pool” access * JSON Remote Plugin Support implementation (aka CREXXSAA) -* Additional Core Plugins (e.g.NCurses, SQLLite, Curl, etc) +* Additional Core Plugins (e.g.NCurses, SQLite, Curl, etc) * Object and Decimal Support diff --git a/docs/books/crexx_vm_spec/examples/dextrREGREGREG.rxas b/docs/books/crexx_vm_spec/examples/dextrREGREGREG.rxas index bfbfacc1b..6afa977f2 100644 --- a/docs/books/crexx_vm_spec/examples/dextrREGREGREG.rxas +++ b/docs/books/crexx_vm_spec/examples/dextrREGREGREG.rxas @@ -4,7 +4,7 @@ main() .locals=6 /* Check r3 - should be "1.23456789" */ seq r0,r3,"1.23456789" brt check,r0 - say "failed coeficient" + say "failed coefficient" say r3 check: /* Check r4 - should be 3 */