diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2024-01-30 16:46:44 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2024-01-31 11:21:31 +0100 |
commit | 093ef8bf93adf93835ad2e2e43055d90d76a8376 (patch) | |
tree | 3781c8cec2b6667660cc3f4b917815e02eb2bf10 /sfx2/source/notebookbar | |
parent | 658d4d013a0f454cca3bc20a23f8f3133ea19151 (diff) |
Fix typo
Change-Id: I7ab87d07d26dc6eb8c54f274955c4434e60c40c8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162767
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sfx2/source/notebookbar')
-rw-r--r-- | sfx2/source/notebookbar/SfxNotebookBar.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/notebookbar/SfxNotebookBar.cxx b/sfx2/source/notebookbar/SfxNotebookBar.cxx index c6b1cddb34ad..41ae9c3c2666 100644 --- a/sfx2/source/notebookbar/SfxNotebookBar.cxx +++ b/sfx2/source/notebookbar/SfxNotebookBar.cxx @@ -61,7 +61,7 @@ struct NotebookBarViewData }; /** Notebookbar instance manager is a singleton that is used for track the - * per-view instances of view specifc data contained in NotebookBarViewData + * per-view instances of view specific data contained in NotebookBarViewData * class. **/ class NotebookBarViewManager final |