aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2019-01-10 12:47:27 +0000
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2019-01-10 12:47:27 +0000
commit54b47381f145b385855c399685bdb11f7dd063a1 (patch)
tree6de6c71c278a36091104309b1c250b66f84638a5
parentadb4ae4e2da2591cf82886c205044cb901498019 (diff)
Minor typo correction in comment of for-group script
A minor typo was fixed to help in readability.
-rwxr-xr-xfor-group5
1 files changed, 2 insertions, 3 deletions
diff --git a/for-group b/for-group
index 33d697c..66eebf4 100755
--- a/for-group
+++ b/for-group
@@ -10,9 +10,8 @@
# build directory.
#
# When the configuration (normally done with `./configure') and build
-# (normally done with `.local/bin/make') steps are done with this with this
-# script, all the files that are created within the pipeline have these
-# properties:
+# (normally done with `.local/bin/make') steps are done with this script,
+# all the files that are created within the pipeline have these properties:
#
# 1) Group owner will be a special group (value of `thisgroup' below).
# 2) The permission flags give write access to the group members.