From a7fc2de394a84fdd9bc8eae67c8e302d2bd79cd7 Mon Sep 17 00:00:00 2001 From: Paul Wise Date: Tue, 14 Feb 2023 13:49:49 +0800 Subject: [PATCH] Fix spelling issue Suggested-by: anorack --- include/Utils.awk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Utils.awk b/include/Utils.awk index e9dc62b5..9a30e6f9 100644 --- a/include/Utils.awk +++ b/include/Utils.awk @@ -78,7 +78,7 @@ function newerVersion(ver1, ver2, i, group1, group2) { return 0 } -# Fork a rlwrap process as the wrapper. Return non-zero if failed, +# Fork an rlwrap process as the wrapper. Return non-zero if failed, function rlwrapMe( i, command) { initRlwrap()