aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--scripts/markup_check.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/markup_check.sh b/scripts/markup_check.sh
index fdf047af06..4dddd3a2a3 100644
--- a/scripts/markup_check.sh
+++ b/scripts/markup_check.sh
@@ -26,7 +26,7 @@ pagename_pattern='[a-z_A-Z][^ ]*'
grep "$pattern" $file_list | sed 's/^/ /' | tee -a $LOG
echo ""
- echo "Checking for misformmatted punctuation in .BR xrefs"
+ echo "Checking for misformatted punctuation in .BR xrefs"
pattern='^\.BR *'"$pagename_pattern"' *([1-8a-zA-Z]*) [^ ]'
echo " Pattern: '$pattern'"
grep "$pattern" $file_list | sed 's/^/ /' | tee -a $LOG