From 14b6efe39936acb81328a965af0da68cf3cc3c86 Mon Sep 17 00:00:00 2001 From: Mitsuo Tokumori Date: Tue, 19 Sep 2023 14:03:51 -0500 Subject: Fix typo --- Readme.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.adoc b/Readme.adoc index ec62be0..71d3230 100644 --- a/Readme.adoc +++ b/Readme.adoc @@ -25,8 +25,8 @@ https://drive.google.com/drive/folders/0B8DUIB5m9fukVHZhX1pRZFhHY2M?resourcekey= Many times, compilation or runtime error messages are not helpful or borderline cryptic. Debugging tools help a lot. But narrowing down what component most likely failed is of **great** help. Develop each "module" -separately, compile and debug frecuently. Make sure each "module" works OK -before beginning the next. +separately, compile and debug frequently. Make sure each "module" works fine +before moving to the next one. === Debugging -- cgit v1.2.3