Comment typo.
authorCarl Hetherington <carl@carlh.net>
Mon, 14 Nov 2011 11:31:11 +0000 (11:31 +0000)
committerCarl Hetherington <carl@carlh.net>
Mon, 14 Nov 2011 11:31:11 +0000 (11:31 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@10575 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/gtkmm2ext/utils.cc

index 58adb74f6feda947d935373339973d3f636b764a..e8f8d692799d0b2d1bab0ee6e97b64a2ae3f8c91 100644 (file)
@@ -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;