From 3d2d778e1d7b26e2655f0bab85991ecf14ca66c0 Mon Sep 17 00:00:00 2001 From: "Stefan A. Haubenthal" Date: Wed, 22 Oct 2025 21:55:34 +0200 Subject: [PATCH] Fixed typos --- Functions.md | 2 +- src/xmitmsgx.h | 4 ++-- src/xmmrexx.sh | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Functions.md b/Functions.md index 4185569..c3ba1ca 100644 --- a/Functions.md +++ b/Functions.md @@ -1,7 +1,7 @@ # XMITMSGX Functions The central function in the library is `xmmake()`. -Other functions are derivatives for convenience and standarization. +Other functions are derivatives for convenience and standardization. ## Routines in the Native Library diff --git a/src/xmitmsgx.h b/src/xmitmsgx.h index 3afb324..1c0e09f 100644 --- a/src/xmitmsgx.h +++ b/src/xmitmsgx.h @@ -29,7 +29,7 @@ #define MSGFLAG_NOLOG 0x02 /* used by xmprint() and xmwrite() to skip logging */ #define MSGFLAG_NOCODE 0x04 /* means message text only, good for decorations */ #define MSGFLAG_NOPRINT 0x08 /* implies log only */ -/* what about time stamp? logging automtically has time stamping */ +/* what about time stamp? logging automatically has time stamping */ #define MSGERR_NOLIB 813 #define MSGERR_NOMSG 814 @@ -48,7 +48,7 @@ typedef struct MSGSTRUCT int msgfmt; /* message format number (for future use) */ int msgline; /* message line number (for future use, zero means all lines) */ - int msglevel; /* message level/serverity (zero means use the letter in the file) */ + int msglevel; /* message level/severity (zero means use the letter in the file) */ int msgopts; /* set by xmopen(), sometimes overridden for xmmake() */ /* the following are probably not for external use */ diff --git a/src/xmmrexx.sh b/src/xmmrexx.sh index 8c523c7..ecbb9d3 100755 --- a/src/xmmrexx.sh +++ b/src/xmmrexx.sh @@ -20,10 +20,10 @@ if [ -z "$DYLD_LIBRARY_PATH" ] ; then DYLD_LIBRARY_PATH="$E/lib" if [ -z "$SHLIB_PATH" ] ; then SHLIB_PATH="$E/lib" else SHLIB_PATH="$E/lib:SHLIB_PATH" ; fi # the rationale here is that we set all known library search variables -# rather than attemp OS detection - more than one way to skin that cat +# rather than attempt OS detection - more than one way to skin that cat # -# conditionally add Regina Rexx lodable libraries to the search +# conditionally add Regina Rexx loadable libraries to the search for LD in /usr/opt/regina/lib /usr/opt/regina/lib64 \ /usr/opt/oorexx/lib /usr/opt/oorexx/lib64 ; do if [ -d $LD ] ; then