diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2019-01-10 12:47:27 +0000 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2019-01-10 12:47:27 +0000 |
commit | 54b47381f145b385855c399685bdb11f7dd063a1 (patch) | |
tree | 6de6c71c278a36091104309b1c250b66f84638a5 /for-group | |
parent | adb4ae4e2da2591cf82886c205044cb901498019 (diff) |
Minor typo correction in comment of for-group script
A minor typo was fixed to help in readability.
Diffstat (limited to 'for-group')
-rwxr-xr-x | for-group | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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. |