[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lmi-commits] (no subject)
From: |
Greg Chicares |
Subject: |
[lmi-commits] (no subject) |
Date: |
Tue, 31 May 2016 23:06:39 +0000 (UTC) |
branch: master
commit 0a4d9f9039d4b20ca916f4b90f4ce1ee9519ad99
Author: Gregory W. Chicares <address@hidden>
Date: Tue May 31 23:05:46 2016 +0000
Fix defect introduced 20160531T1457: stray, incorrect word in comment
---
miscellany.hpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/miscellany.hpp b/miscellany.hpp
index 627373e..6e5beeb 100644
--- a/miscellany.hpp
+++ b/miscellany.hpp
@@ -100,7 +100,7 @@ std::string htmlize(std::string const&);
bool LMI_SO begins_with(std::string const& s, std::string const& prefix);
-/// Ascertain whether string begins ends with suffix.
+/// Ascertain whether string ends with suffix.
bool LMI_SO ends_with(std::string const& s, std::string const& suffix);