From 884bcdff1679ab845d6d95ecffa0ed4a0cb4b8dc Mon Sep 17 00:00:00 2001 From: SJLennon <67484051+SJLennon@users.noreply.github.com> Date: Tue, 29 Sep 2020 15:50:23 -0400 Subject: [PATCH] Fix typos --- Copy_Mbrs/README.md | 2 +- README.md | 3 ++- Service_Pgms/README.md | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Copy_Mbrs/README.md b/Copy_Mbrs/README.md index 5b622fb..948691a 100644 --- a/Copy_Mbrs/README.md +++ b/Copy_Mbrs/README.md @@ -8,6 +8,6 @@ These are source files that will be copied into programs using /COPY or /INCLUDE * SRV_MSG_P - Prototype definition for procedures in the SRV_MSG service program. + Prototype definitions for procedures in the SRV_MSG service program. diff --git a/README.md b/README.md index 876d64a..0bc6b94 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,12 @@ More developers are learning about the **IBM i** as a wonderful business platform. ( It was formerly known as the **AS/400**.) My intent is to provide real programs that help you learn, or improve your current understanding, and which you can adapt to you needs. + Feel free to provide comments and feedback. ## Copy_Mbrs -Code to be copies into other programs. +Code to be copied into other programs. ## Service_Pgms diff --git a/Service_Pgms/README.md b/Service_Pgms/README.md index 768bf71..12336c7 100644 --- a/Service_Pgms/README.md +++ b/Service_Pgms/README.md @@ -1,6 +1,6 @@ -### Service Programss +### Service Programs -Utility Service Programs +Utility Service Programs. This is probably the first code you want to explore before going on to the interactive programs. * SRV_MSG