From 5da31123fb7d475c7e725d75c44de7cd2e1f79b7 Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Thu, 15 Sep 2016 20:14:34 +0300 Subject: Correct a typo and a sporious "== true" in a comment. (bzr r15100.1.18) --- src/color-profile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/color-profile.cpp') diff --git a/src/color-profile.cpp b/src/color-profile.cpp index 51b1505c5..6ebf40f2c 100644 --- a/src/color-profile.cpp +++ b/src/color-profile.cpp @@ -703,7 +703,7 @@ gint Inkscape::CMSSystem::getChannelCount(ColorProfile const *profile) // sort home dir before the rest, and alphabetically oterhwise bool compareProfileBoolPair(const std::pair & a, const std::pair & b) { - if (a.second != b.second) return a.second; // a comes first iff it's home, i.e., second == true + if (a.second != b.second) return a.second; // a comes first iff its home, i.e., second is true return a.first < b.first; } -- cgit v1.2.3