lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 84086c5 1/6: Note a spelling error in a liter


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 84086c5 1/6: Note a spelling error in a literal quote
Date: Fri, 22 Jan 2021 21:55:53 -0500 (EST)

branch: master
commit 84086c5df514ff2c968686a4378c9c01022ed5e5
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Note a spelling error in a literal quote
    
    Noted this in a separate commit, to make the next commit (which will
    move the block containing the error) easier to review (with
      git config --global diff.colormoved plain
    naturally).
---
 product_data.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/product_data.cpp b/product_data.cpp
index 5d71890..4798322 100644
--- a/product_data.cpp
+++ b/product_data.cpp
@@ -134,8 +134,8 @@ product_data::product_data()
 /// need to allow that, and it would complicate the code. A product
 /// name like "ul.with.variable.funds" could too easily be mistaken
 /// for a '.funds' file. The boost filesystem portability guidelines
-/// suggest "Do not use more that one period in a file name", and
-/// extensions are added to product names to create file names.
+/// suggest "Do not use more that [sic] one period in a file name",
+/// and extensions are added to product names to create file names.
 
 product_data::product_data(std::string const& product_name)
 {



reply via email to

[Prev in Thread] Current Thread [Next in Thread]