summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/inc/templdgi.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/inc/templdgi.hxx b/sfx2/source/inc/templdgi.hxx
index 2988d0a2d6e7..2cbe1b7ec544 100644
--- a/sfx2/source/inc/templdgi.hxx
+++ b/sfx2/source/inc/templdgi.hxx
@@ -291,7 +291,7 @@ public:
inline bool CanHide( void ) const { return bCanHide; }
inline bool CanShow( void ) const { return bCanShow; }
- // normaly for derivates from SvTreeListBoxes, but in this case the dialog handles context menus
+ // normally for derivates from SvTreeListBoxes, but in this case the dialog handles context menus
virtual PopupMenu* CreateContextMenu( void );
};