From kde-commits Sat May 06 02:21:06 2006 From: Caleb Tennis Date: Sat, 06 May 2006 02:21:06 +0000 To: kde-commits Subject: KDE/kdelibs/khtml Message-Id: <1146882066.086402.18695.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=114688209409115 SVN commit 537850 by ctennis: Fix spelling errors from ebn/krazy M +1 -1 ecma/xmlhttprequest.cpp M +1 -1 html/html_formimpl.cpp M +1 -1 html/html_tableimpl.cpp M +1 -1 java/kjavaappletviewer.cpp M +1 -1 khtml_part.cpp M +2 -2 khtml_part.h M +2 -2 kmultipart/kmultipart.cpp M +1 -1 rendering/render_object.cpp M +1 -1 rendering/render_object.h M +1 -1 test_regression.cpp M +2 -2 test_regression_gui_window.cpp M +1 -1 xml/dom2_rangeimpl.cpp --- trunk/KDE/kdelibs/khtml/ecma/xmlhttprequest.cpp #537849:537850 @@ -423,7 +423,7 @@ { QString name = _name.toLower().trimmed(); - // Content-type needs to be set seperately from the other headers + // Content-type needs to be set separately from the other headers if(name == "content-type") { contentType = "Content-type: " + value; return; --- trunk/KDE/kdelibs/khtml/html/html_formimpl.cpp #537849:537850 @@ -685,7 +685,7 @@ #endif // ### DOM2 labels this event as not cancelable, however - // common browsers( sick! ) allow it be cancelled. + // common browsers( sick! ) allow it be canceled. if ( !dispatchHTMLEvent(EventImpl::RESET_EVENT,true, true) ) { m_inreset = false; return; --- trunk/KDE/kdelibs/khtml/html/html_tableimpl.cpp #537849:537850 @@ -207,7 +207,7 @@ /** Helper. This checks whether the section contains the desired index, and if so, returns the section. Otherwise, it adjust the index, and returns 0. - indeces < 0 are considered to be infinite. + indices < 0 are considered to be infinite. lastSection is adjusted to reflect the parameter passed in. */ --- trunk/KDE/kdelibs/khtml/java/kjavaappletviewer.cpp #537849:537850 @@ -291,7 +291,7 @@ if (codebase.isEmpty ()) codebase = khtml_codebase; if (baseurl.isEmpty ()) { - // not embeded in khtml + // not embedded in khtml QString pwd = QDir().absolutePath (); if (!pwd.endsWith ( QString(QDir::separator ()))) pwd += QDir::separator (); --- trunk/KDE/kdelibs/khtml/khtml_part.cpp #537849:537850 @@ -2424,7 +2424,7 @@ args.setLockHistory( d->m_redirectLockHistory ); // _self: make sure we don't use any 's - d->m_urlSelectedOpenedURL = true; // In case overriden, default to success + d->m_urlSelectedOpenedURL = true; // In case overridden, default to success urlSelected( u, 0, 0, "_self", args ); if ( !d->m_urlSelectedOpenedURL ) // urlSelected didn't open a url, so emit completed ourselves --- trunk/KDE/kdelibs/khtml/khtml_part.h #537849:537850 @@ -332,7 +332,7 @@ * method. If you want your objects to have a longer lifespan, then you must * retain a KJS::Object yourself to ensure that the reference count of your * custom objects never reaches 0. You will also need to re-add your - * bindings everytime this happens - one way to detect the need for this is + * bindings every time this happens - one way to detect the need for this is * to connect to the docCreated() signal, another is to reimplement the * begin() method. */ @@ -723,7 +723,7 @@ bool findTextNext( const QString &str, bool forward, bool caseSensitive, bool isRegExp ); /** - * Finds the next occurence of a string set by @ref findText() + * Finds the next occurrence of a string set by @ref findText() * @param reverse if true, revert seach direction (only if no find dialog is used) * @return true if a new match was found. */ --- trunk/KDE/kdelibs/khtml/kmultipart/kmultipart.cpp #537849:537850 @@ -167,7 +167,7 @@ m_job = KIO::get( url, args.reload, false ); - emit started( 0 /*m_job*/ ); // don't pass the job, it would interfer with our own infoMessage + emit started( 0 /*m_job*/ ); // don't pass the job, it would interfere with our own infoMessage connect( m_job, SIGNAL( result( KJob * ) ), this, SLOT( slotJobFinished( KJob * ) ) ); @@ -487,7 +487,7 @@ if ( m_partIsLoading ) { // The part is still loading the last data! Let it proceed then - // Otherwise we'd keep cancelling it, and nothing would ever show up... + // Otherwise we'd keep canceling it, and nothing would ever show up... kDebug() << "KMultiPart::endOfData part isn't ready, skipping frame" << endl; ++m_numberOfFramesSkipped; m_tempFile->setAutoDelete( true ); --- trunk/KDE/kdelibs/khtml/rendering/render_object.cpp #537849:537850 @@ -1268,7 +1268,7 @@ m_relPositioned = false; m_paintBackground = false; - // only honour z-index for non-static objects + // only honor z-index for non-static objects // ### and objects with opacity if ( style->position() == STATIC ) { if ( isRoot() ) --- trunk/KDE/kdelibs/khtml/rendering/render_object.h #537849:537850 @@ -681,7 +681,7 @@ virtual void setSelectionState(SelectionState) {} /** - * Flags which influence the appearence and position + * Flags which influence the appearance and position * @param CFOverride input overrides existing character, caret should be * cover the whole character * @param CFOutside coordinates are to be interpreted outside of the --- trunk/KDE/kdelibs/khtml/test_regression.cpp #537849:537850 @@ -573,7 +573,7 @@ { "b", 0, 0 }, { "base ", "Directory containing tests, basedir and output directories.", 0}, { "d", 0, 0 }, - { "debug", "Do not supress debug output", 0}, + { "debug", "Do not suppress debug output", 0}, { "g", 0, 0 } , { "genoutput", "Regenerate baseline (instead of checking)", 0 } , { "s", 0, 0 } , --- trunk/KDE/kdelibs/khtml/test_regression_gui_window.cpp #537849:537850 @@ -414,7 +414,7 @@ if(failure) testItem->setIcon(0, m_failKnownPixmap); - // Detect wheter the tests has no corresponding baseline items... + // Detect whether the tests has no corresponding baseline items... if(!ignore && !failure) { if(!dom && !dump && !render && !cacheName.endsWith(".js") && !cacheName.startsWith("domts")) @@ -438,7 +438,7 @@ availableRenderFiles++; } - // Count DOM Testsuite files seperated... (these have no baseline items!) + // Count DOM Testsuite files separated... (these have no baseline items!) if(cacheName.startsWith("domts")) { // See if parent directory is completely ignored... --- trunk/KDE/kdelibs/khtml/xml/dom2_rangeimpl.cpp #537849:537850 @@ -830,7 +830,7 @@ * * The other cases are different arrangements of the first two. * - * psuedo code: + * pseudo code: * * if start container is not text: * count through the children to find where we start (m_startOffset children)