docs(lineinfile): fix typo inserbefore -> insertbefore (#54788)

This commit is contained in:
Christian Alexander
2019-04-03 10:21:34 -07:00
committed by Alicia Cozine
parent 10c5e26ce8
commit 688409128a
2 changed files with 3 additions and 3 deletions

View File

@@ -116,7 +116,7 @@ function Present($path, $regexp, $line, $insertafter, $insertbefore, $create, $b
}
# index[0] is the line num where regexp has been found
# index[1] is the line num where insertafter/inserbefore has been found
# index[1] is the line num where insertafter/insertbefore has been found
$index = -1, -1;
$lineno = 0;