summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Muhammad Mahendra Subrata <mumahendras3@gmail.com>2023-01-30 16:45:07 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-01-30 23:55:46 +0700
commit4e2f7ca89c4b3fdec0b4970c6668263e863114c0 (patch)
tree2cf1b892421b9248fc823ffb098c2f98d56f9109 /system
parented79c235db0649357dc041fa7c9c169673326ea3 (diff)
downloadslackbuilds-4e2f7ca89c4b3fdec0b4970c6668263e863114c0.tar.gz
slackbuilds-4e2f7ca89c4b3fdec0b4970c6668263e863114c0.tar.xz
system/execline: Fix typo in README
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/execline/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/execline/README b/system/execline/README
index 5cca92ffca..4086528e5f 100644
--- a/system/execline/README
+++ b/system/execline/README
@@ -5,7 +5,7 @@ commands are essentially useful inside an execlineb script.
execline is as powerful as a shell: it features conditional loops,
getopt-style option handling, filename globbing, and more. Meanwhile,
-its syntax is far more logic and predictable than the shell's syntax,
+its syntax is far more logical and predictable than the shell's syntax,
and has no security issues.
NOTE: