tools/designer/src/lib/shared/qdesigner_toolbar.cpp
branchRCL_3
changeset 5 d3bac044e0f0
parent 4 3b1da2848fc7
--- a/tools/designer/src/lib/shared/qdesigner_toolbar.cpp	Fri Feb 19 23:40:16 2010 +0200
+++ b/tools/designer/src/lib/shared/qdesigner_toolbar.cpp	Fri Mar 12 15:46:37 2010 +0200
@@ -440,7 +440,7 @@
     return tb->actions().at(index);
 }
 
-//that's a trick to get acces to the initStyleOption which is a protected member
+//that's a trick to get access to the initStyleOption which is a protected member
 class FriendlyToolBar : public QToolBar {
 public:
     friend class ToolBarEventFilter;