Skip to content

Commit cd5487e

Browse files
authored
Merge pull request #68167 from kcp2p/master
Fix alloweed typo
2 parents efac807 + 02dd797 commit cd5487e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

salt/modules/file.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2026,7 +2026,7 @@ def line(
20262026
it will be added.
20272027
20282028
The differences are that multiple (and non-matching) lines are
2029-
alloweed between ``before`` and ``after``, if they are
2029+
allowed between ``before`` and ``after``, if they are
20302030
specified. The line will always be inserted right before
20312031
``before``. ``insert`` also allows the use of ``location`` to
20322032
specify that the line should be added at the beginning or end of

salt/states/file.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5008,7 +5008,7 @@ def line(
50085008
it will be added.
50095009
50105010
The differences are that multiple (and non-matching) lines are
5011-
alloweed between ``before`` and ``after``, if they are
5011+
allowed between ``before`` and ``after``, if they are
50125012
specified. The line will always be inserted right before
50135013
``before``. ``insert`` also allows the use of ``location`` to
50145014
specify that the line should be added at the beginning or end of

0 commit comments

Comments
 (0)