summaryrefslogtreecommitdiffstats
path: root/mdoc_man.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2023-04-28 19:11:03 +0000
committerIngo Schwarze <schwarze@openbsd.org>2023-04-28 19:11:03 +0000
commit0b0554bfc6a91450265f23d89c425a979a42d366 (patch)
treec3ac22e69ac3dc9ca9aacfb48dafea95a2114158 /mdoc_man.c
parentf6a5ecf0a6ad2ae347cd6feb5ff6eefafbe8631f (diff)
downloadmandoc-0b0554bfc6a91450265f23d89c425a979a42d366.tar.gz
spelling fixes from Paul Tagliamonte via tech@ and jmc@
Diffstat (limited to 'mdoc_man.c')
-rw-r--r--mdoc_man.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mdoc_man.c b/mdoc_man.c
index dcefc6e2..095c2426 100644
--- a/mdoc_man.c
+++ b/mdoc_man.c
@@ -1,4 +1,4 @@
-/* $Id$ */
+/* $Id$ */
/*
* Copyright (c) 2011-2021 Ingo Schwarze <schwarze@openbsd.org>
*
@@ -1518,7 +1518,7 @@ mid_it(void)
Bl_stack[Bl_stack_len - 1]);
print_word(buf);
- /* Remeber to close out this .RS block later. */
+ /* Remember to close out this .RS block later. */
Bl_stack_post[Bl_stack_len - 1] = 1;
}