typo!
authorDana Jansens <danakj@orodu.net>
Tue, 18 Feb 2003 22:57:28 +0000 (22:57 +0000)
committerDana Jansens <danakj@orodu.net>
Tue, 18 Feb 2003 22:57:28 +0000 (22:57 +0000)
src/client.hh

index a8d2145..382ab1d 100644 (file)
@@ -596,7 +596,7 @@ public:
   inline DecorationFlags disabledDecorations() const
     { return _disabled_decorations; }
   //! Returns the functions that the user can perform on the window
-  inline FunctionFlags funtions() const { return _functions; }
+  inline FunctionFlags functions() const { return _functions; }
 
   //! Return the client this window is transient for
   inline Client *transientFor() const { return _transient_for; }