Skip to content

Commit

Permalink
Merge pull request #2 from tpo/patch-2
Browse files Browse the repository at this point in the history
Fix some grammar typos in comments. Thanks to @tpo
  • Loading branch information
ajdiaz committed Oct 19, 2017
2 parents b3daa1c + 50adf47 commit 20b7406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/out
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ out::warn () { out::log "$1" "${COLOR_WARN}warn${COLOR_NONE}" >&4; }
# env: COLOR_USER: defines the color to be used in this kind of messages.
out::user () { out::log "$1" "${COLOR_USER}user${COLOR_NONE}"; }

# This code catch all messages in stderr and prefixed with out::fail,
# This code catches all messages in stderr and prefixes them with out::fail,
# cloning &2 to &4 and redirecting all &2 messages to &4

if ${DEBUG:-false}; then
Expand Down

0 comments on commit 20b7406

Please sign in to comment.