From: Rupert Swarbrick Date: Wed, 29 Feb 2012 17:51:05 +0000 (+0000) Subject: Fix typo. X-Git-Url: https://git.distorted.org.uk/~mdw/clg/commitdiff_plain/e3d18c079e88004db7bca03790fd6d3d9a61a57f Fix typo. --- diff --git a/examples/testgtk.lisp b/examples/testgtk.lisp index 514510d..da86670 100644 --- a/examples/testgtk.lisp +++ b/examples/testgtk.lisp @@ -1920,7 +1920,7 @@ This one is underlined in quite a funky fashion" ("cursors" create-cursors) ("dialog" create-dialog) ("entry" create-entry) - ("enxpander" create-expander) + ("expander" create-expander) ("file chooser" create-file-chooser) ("font selection" create-font-selection) ("handle box" create-handle-box)