Skip to content

Commit ff628fc

Browse files
rckrdstrgrdralish
authored andcommitted
fixed typo in comment
1 parent 4ca01e5 commit ff628fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ function pretty_print() {
275275

276276

277277
# DESC: Only pretty_print() the provided string if verbose mode is enabled
278-
# ARGS: $@ (required): Passed through to pretty_pretty() function
278+
# ARGS: $@ (required): Passed through to pretty_print() function
279279
# OUTS: None
280280
function verbose_print() {
281281
if [[ -n ${verbose-} ]]; then

template.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ function pretty_print() {
279279

280280

281281
# DESC: Only pretty_print() the provided string if verbose mode is enabled
282-
# ARGS: $@ (required): Passed through to pretty_pretty() function
282+
# ARGS: $@ (required): Passed through to pretty_print() function
283283
# OUTS: None
284284
function verbose_print() {
285285
if [[ -n ${verbose-} ]]; then

0 commit comments

Comments
 (0)