summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-11-14 11:31:11 +0000
committerCarl Hetherington <carl@carlh.net>2011-11-14 11:31:11 +0000
commit7ffe37faadd1fc99cf42a06eedce057a16203aba (patch)
tree532d5d6a85294331642e2749b12f6e9628e02bc1
parent8de005efd58ac0733ce127d3a3bbaf969a62f2a6 (diff)
Comment typo.
git-svn-id: svn://localhost/ardour2/branches/3.0@10575 d708f5d6-7413-0410-9779-e7cbd77b26cf
-rw-r--r--libs/gtkmm2ext/utils.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/gtkmm2ext/utils.cc b/libs/gtkmm2ext/utils.cc
index 58adb74f6f..e8f8d69279 100644
--- a/libs/gtkmm2ext/utils.cc
+++ b/libs/gtkmm2ext/utils.cc
@@ -94,7 +94,7 @@ Gtkmm2ext::set_size_request_to_display_given_text (Gtk::Widget &w,
}
if (i == strings.end()) {
- /* make a copy of the strings then add one that has a descener */
+ /* make a copy of the strings then add one that has a descender */
copy = strings;
copy.push_back ("g");
to_use = &copy;