From 503638dbc681956c16c4418bcabe1493f682bde8 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 18 Feb 2003 22:57:28 +0000 Subject: [PATCH] typo! --- src/client.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.2