summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-11-22 10:01:55 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-11-22 21:05:03 +0100
commit528af529decf3ef28507ce4eaf26759547cb021d (patch)
treea8dd1e320e15df10059a4b89bd2c96b0400896ca /include
parentccec42fa987a8bf946d3e8384143e23d1facce6c (diff)
Fix typos
Change-Id: I89ffb8e99aef3e71f723d25a757a26520dcdf71a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106337 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Jenkins
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/sidebar/TabBar.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/sidebar/TabBar.hxx b/include/sfx2/sidebar/TabBar.hxx
index 53135697230d..ebe80c7a59e7 100644
--- a/include/sfx2/sidebar/TabBar.hxx
+++ b/include/sfx2/sidebar/TabBar.hxx
@@ -91,7 +91,7 @@ public:
private:
css::uno::Reference<css::frame::XFrame> mxFrame;
- // This unusual auxillary builder is because without a toplevel GtkWindow
+ // This unusual auxiliary builder is because without a toplevel GtkWindow
// gtk will warn on loading a .ui with an accelerator defined, so use a
// temporary toplevel to suppress that and move the contents after load
std::unique_ptr<weld::Builder> mxAuxBuilder;