aboutsummaryrefslogtreecommitdiff
path: root/src/utils/hammer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/hammer.cc')
-rw-r--r--src/utils/hammer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/hammer.cc b/src/utils/hammer.cc
index 003cd1f8..36193c0b 100644
--- a/src/utils/hammer.cc
+++ b/src/utils/hammer.cc
@@ -152,7 +152,7 @@ namespace OpenAxiom::Hammer {
CompositeText prose; // the prose around the chunks.
ChunkTable defs; // chunk definition table.
CompositeText* active_chunk; // chunk under construction.
- const char8_t* text_start; // begining of current basic text.
+ const char8_t* text_start; // beginning of current basic text.
// Append basic text in the range `[text_start,last)'
// to the current chunk.