[Ktutorial-commits] SF.net SVN: ktutorial:[377] trunk/ktutorial
Status: Alpha
Brought to you by:
danxuliu
From: <dan...@us...> - 2012-08-20 12:27:59
|
Revision: 377 http://ktutorial.svn.sourceforge.net/ktutorial/?rev=377&view=rev Author: danxuliu Date: 2012-08-20 12:27:48 +0000 (Mon, 20 Aug 2012) Log Message: ----------- Fix Krazy2 spelling issues. Modified Paths: -------------- trunk/ktutorial/ktutorial-editor/tests/unit/view/RemoteObjectNameWidgetTest.cpp trunk/ktutorial/ktutorial-library/src/KTutorial.h Modified: trunk/ktutorial/ktutorial-editor/tests/unit/view/RemoteObjectNameWidgetTest.cpp =================================================================== --- trunk/ktutorial/ktutorial-editor/tests/unit/view/RemoteObjectNameWidgetTest.cpp 2012-08-20 12:24:59 UTC (rev 376) +++ trunk/ktutorial/ktutorial-editor/tests/unit/view/RemoteObjectNameWidgetTest.cpp 2012-08-20 12:27:48 UTC (rev 377) @@ -559,7 +559,7 @@ KLineEdit* lineEdit = objectNameLineEdit(&widget); //Using the configured KShortcut with QTest::keyClick is too cumbersome, - //so the binding is overriden for this test + //so the binding is overridden for this test lineEdit->setKeyBinding(KCompletionBase::SubstringCompletion, KShortcut("Ctrl+T")); QTest::keyClick(lineEdit, Qt::Key_T, Qt::ControlModifier); Modified: trunk/ktutorial/ktutorial-library/src/KTutorial.h =================================================================== --- trunk/ktutorial/ktutorial-library/src/KTutorial.h 2012-08-20 12:24:59 UTC (rev 376) +++ trunk/ktutorial/ktutorial-library/src/KTutorial.h 2012-08-20 12:27:48 UTC (rev 377) @@ -155,7 +155,7 @@ * called "Ancestor name not unique", there is only one that has a * descendant called "The object to find". * - * In some cases it may be posible that a unique name can not be provided, + * In some cases it may be possible that a unique name can not be provided, * even using ancestor names. In those cases there are some rules to resolve * the ambiguity. Between two or more objects with the same name, the * selected one is: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |