[Ktutorial-commits] SF.net SVN: ktutorial:[272] trunk/ktutorial
Status: Alpha
Brought to you by:
danxuliu
From: <dan...@us...> - 2010-10-03 19:14:36
|
Revision: 272 http://ktutorial.svn.sourceforge.net/ktutorial/?rev=272&view=rev Author: danxuliu Date: 2010-10-03 19:14:30 +0000 (Sun, 03 Oct 2010) Log Message: ----------- Fix Krazy2 spelling issues. Modified Paths: -------------- trunk/ktutorial/ktutorial-editor/src/serialization/IOException.h trunk/ktutorial/ktutorial-editor/src/serialization/Serialization.h trunk/ktutorial/ktutorial-editor/src/view/RemoteObjectNameWidget.cpp trunk/ktutorial/ktutorial-editor/src/view/RemoteObjectNameWidget.ui trunk/ktutorial/ktutorial-library/src/view/TutorialListModel.h Modified: trunk/ktutorial/ktutorial-editor/src/serialization/IOException.h =================================================================== --- trunk/ktutorial/ktutorial-editor/src/serialization/IOException.h 2010-10-03 16:33:21 UTC (rev 271) +++ trunk/ktutorial/ktutorial-editor/src/serialization/IOException.h 2010-10-03 19:14:30 UTC (rev 272) @@ -22,7 +22,7 @@ #include "../util/Exception.h" /** - * Thrown when an input/ouput operation fails (for example, writing to an + * Thrown when an input/output operation fails (for example, writing to an * unwritable file, or reading from a file that does not exist). */ class IOException: public Exception { Modified: trunk/ktutorial/ktutorial-editor/src/serialization/Serialization.h =================================================================== --- trunk/ktutorial/ktutorial-editor/src/serialization/Serialization.h 2010-10-03 16:33:21 UTC (rev 271) +++ trunk/ktutorial/ktutorial-editor/src/serialization/Serialization.h 2010-10-03 19:14:30 UTC (rev 272) @@ -44,7 +44,7 @@ * file in a remote computer). It will be also used to automatically cache * and discard that information. * - * @param window The window associated with the input/ouput jobs, if any. + * @param window The window associated with the input/output jobs, if any. */ explicit Serialization(QWidget* window = 0); Modified: trunk/ktutorial/ktutorial-editor/src/view/RemoteObjectNameWidget.cpp =================================================================== --- trunk/ktutorial/ktutorial-editor/src/view/RemoteObjectNameWidget.cpp 2010-10-03 16:33:21 UTC (rev 271) +++ trunk/ktutorial/ktutorial-editor/src/view/RemoteObjectNameWidget.cpp 2010-10-03 19:14:30 UTC (rev 272) @@ -94,7 +94,7 @@ throw (DBusException) { Q_ASSERT(remoteObject); - //The remote object is no longer accesible, so name() can't be called + //The remote object is no longer accessible, so name() can't be called QString name = mRemoteObjectForName.key(remoteObject); KCompletion* completion = ui->objectNameLineEdit->completionObject(); Modified: trunk/ktutorial/ktutorial-editor/src/view/RemoteObjectNameWidget.ui =================================================================== --- trunk/ktutorial/ktutorial-editor/src/view/RemoteObjectNameWidget.ui 2010-10-03 16:33:21 UTC (rev 271) +++ trunk/ktutorial/ktutorial-editor/src/view/RemoteObjectNameWidget.ui 2010-10-03 19:14:30 UTC (rev 272) @@ -15,7 +15,7 @@ </property> <property name="whatsThis"> <string comment="@info:whatsthis"><para>Choose the name of the remote object.</para> -<para>If the name is known, it can be directly written. Else, it can be choosen from all the objects currently available in the target application.</para></string> +<para>If the name is known, it can be directly written. Else, it can be chosen from all the objects currently available in the target application.</para></string> </property> <layout class="QHBoxLayout" name="RemoteObjectNameWidgetHorizontalLayout"> <property name="margin"> Modified: trunk/ktutorial/ktutorial-library/src/view/TutorialListModel.h =================================================================== --- trunk/ktutorial/ktutorial-library/src/view/TutorialListModel.h 2010-10-03 16:33:21 UTC (rev 271) +++ trunk/ktutorial/ktutorial-library/src/view/TutorialListModel.h 2010-10-03 19:14:30 UTC (rev 272) @@ -28,7 +28,7 @@ /** * A ListModel that fetchs its data from a TutorialManager. - * This is a very basic read-only model. It just shows the tutorial informations + * This is a very basic read-only model. It just shows the TutorialInformations * registered in a TutorialManager as a list where each element is the name of * a TutorialInformation. * This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |