From: Dana Jansens Date: Tue, 18 Feb 2003 22:57:28 +0000 (+0000) Subject: typo! X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=503638dbc681956c16c4418bcabe1493f682bde8;p=chaz%2Fopenbox typo! --- diff --git a/src/client.hh b/src/client.hh index a8d21458..382ab1df 100644 --- a/src/client.hh +++ b/src/client.hh @@ -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; }