Skip to content

Commit 15e0346

Browse files
authored
Merge pull request #3479 from s1eve-mcdichae1/patch-1
inifuncs.sh: Fix typo in comment
2 parents d0828d2 + 509c2fd commit 15e0346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scriptmodules/inifuncs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ function iniConfig() {
3434
__ini_cfg_file="$3"
3535
}
3636

37-
# arg 1: command, arg 2: key, arg 2: value, arg 3: file (optional - uses file from iniConfig if not used)
37+
# arg 1: command, arg 2: key, arg 3: value, arg 4: file (optional - uses file from iniConfig if not used)
3838

3939
# @fn iniProcess()
4040
# @param command `set`, `unset` or `del`

0 commit comments

Comments
 (0)