Browse Source

spelling: trailer

Josh Soref 7 years ago
parent
commit
a90a6ad35c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/system_messages.cc

+ 1 - 1
tools/system_messages.cc

@@ -172,7 +172,7 @@ const std::string SECTION_TRAILER =
   </section>";
 
 /// @brief File trailer
-/// The trailier is copied to the output verbatim after the last section.
+/// The trailer is copied to the output verbatim after the last section.
 const std::string FILE_TRAILER =
 "  </chapter>\n\
 </book>";