From kde-commits Thu Feb 24 18:31:03 2011 From: Alexey Khudyakov Date: Thu, 24 Feb 2011 18:31:03 +0000 To: kde-commits Subject: KDE/kdeedu/kstars/kstars Message-Id: <20110224183103.5EFF6AC8C8 () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=129857231924375 SVN commit 1222536 by khudyakov: Fix typos M +2 -2 skycomponents/linelistindex.h M +1 -1 skymapdrawabstract.h M +1 -1 widgets/genericcalendarwidget.h --- trunk/KDE/kdeedu/kstars/kstars/skycomponents/linelistindex.h #1222535:1222536 @@ -88,7 +88,7 @@ /* @short Returns the SkyMesh object. */ SkyMesh* skyMesh() { return m_skyMesh; } - /* @short Typically called from within a subclasses constuctors. + /* @short Typically called from within a subclasses constructors. * Adds the trixels covering the outline of lineList to the lineIndex. * * @param debug if greater than zero causes the number of trixels found @@ -96,7 +96,7 @@ */ void appendLine( LineList* lineList, int debug=0 ); - /* @short Typically called from within a subclasses constuctors. + /* @short Typically called from within a subclasses constructors. * Adds the trixels covering the full lineList to the polyIndex. * * @param debug if greater than zero causes the number of trixels found --- trunk/KDE/kdeedu/kstars/kstars/skymapdrawabstract.h #1222535:1222536 @@ -112,7 +112,7 @@ protected: /** - *@short Overriden paintEvent method. Must be implemented by + *@short Overridden paintEvent method. Must be implemented by * subclasses to draw the SkyMap. (This method is pure * virtual) */ --- trunk/KDE/kdeedu/kstars/kstars/widgets/genericcalendarwidget.h #1222535:1222536 @@ -31,7 +31,7 @@ *@short Uses any KDateTable subclass for the date table and provides a calendar with options to choose a month / year. *@note This supports only the Gregorian calendar system for simplicity. *@note This shouldn't be the way to do things in the first place, but - * this is until KDatePicker starts supporting overriden + * this is until KDatePicker starts supporting overridden * KDateTables and the like */