Skip to content

Commit 14ce96d

Browse files
committed
update
1 parent 5db43ae commit 14ce96d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/config-ini/configly

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ inspect_args() {
193193
# ---
194194

195195
# Create a new config file.
196-
# There is normally no need to use this fucntion, it is used by other
196+
# There is normally no need to use this function, it is used by other
197197
# functions as needed.
198198
config_init() {
199199
CONFIG_FILE=${CONFIG_FILE:=config.ini}

examples/config-ini/src/lib/config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# ---
1111

1212
# Create a new config file.
13-
# There is normally no need to use this fucntion, it is used by other
13+
# There is normally no need to use this function, it is used by other
1414
# functions as needed.
1515
config_init() {
1616
CONFIG_FILE=${CONFIG_FILE:=config.ini}

lib/bashly/templates/lib/config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# ---
1111

1212
# Create a new config file.
13-
# There is normally no need to use this fucntion, it is used by other
13+
# There is normally no need to use this function, it is used by other
1414
# functions as needed.
1515
config_init() {
1616
CONFIG_FILE=${CONFIG_FILE:=config.ini}

0 commit comments

Comments
 (0)