about summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xmcom2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcom b/mcom
index 63a0894..15bba03 100755
--- a/mcom
+++ b/mcom
@@ -145,7 +145,7 @@ fi
 		cat "$MBLAZE/headers" 2>/dev/null
 		mid=$(mhdr -h message-id "$1")
 		if [ "$mid" ]; then
-			printf 'References: '
+			printf 'References:'
 			{
 				mhdr -h references "$1"
 				printf '%s\n' "$mid"