From fae23c624e68ea384a380c93d09376a424a5e328 Mon Sep 17 00:00:00 2001 From: Jakub Wilk Date: Sun, 6 Dec 2015 19:47:29 +0100 Subject: [PATCH] scripts/markup_check.sh: tfix Signed-off-by: Jakub Wilk Signed-off-by: Michael Kerrisk --- scripts/markup_check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/markup_check.sh b/scripts/markup_check.sh index fdf047af0..4dddd3a2a 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