Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Afanasyev committed Oct 9, 2017
1 parent 03c193f commit 98b39bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/sample.serge
Original file line number Diff line number Diff line change
Expand Up @@ -175,12 +175,12 @@ jobs

# (ARRAY) List of regular expressions for the file name
# to match the files that should be processed.
# This matches case-insensitively agains the file name (without path)
# This matches case-insensitively against the file name (without path)
source_match \.rc$

# (ARRAY) [OPTIONAL] List of regular expressions for the file name
# to match the files that should be skipped.
# This matches case-insensitively agains the file name (without path)
# This matches case-insensitively against the file name (without path)
# Default behavior: no exclusion takes place
source_exclude ``

Expand Down

0 comments on commit 98b39bb

Please sign in to comment.