[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    koffice/libs/kross/ruby
From:       Thomas Zander <zander () kde ! org>
Date:       2007-02-19 8:17:15
Message-ID: 1171873035.345542.28547.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 635132 by zander:

EBN; fix spelling errors.


 M  +4 -4      rubyextension.cpp  


--- trunk/koffice/libs/kross/ruby/rubyextension.cpp #635131:635132
@@ -148,7 +148,7 @@
     if( extension->d->m_methods.contains("clone") ) {
         return extension->callMetaMethod("clone", 1, &self, self);
     }
-    return Qnil; // TODO: is it usefull to call the ruby clone function if no clone \
function is available ? +    return Qnil; // TODO: is it useful to call the ruby \
clone function if no clone function is available ?  }
 
 #if 0
@@ -231,14 +231,14 @@
             #endif
         }
         else {
-            metatypes[0] = QMetaType::Void; //FIXME: diable before release
+            metatypes[0] = QMetaType::Void; //FIXME: disable before release
             #ifdef KROSS_RUBY_EXTENSION_DEBUG
                 krossdebug( QString("RubyExtension::callMetaMethod return \
typeName=%1 typeId=%2 (with \
metatype=QMetaType::Void)").arg(metamethod.typeName()).arg(metatypes[0]) );  #endif
         }
     }
     else {
-        types[0] = QVariant::Invalid; //FIXME: diable before release
+        types[0] = QVariant::Invalid; //FIXME: disable before release
         metatypes[0] = QMetaType::Void;
     }
 
@@ -253,7 +253,7 @@
             #endif
         }
         else {
-            metatypes[idx] = QMetaType::Void; //FIXME: diable before release
+            metatypes[idx] = QMetaType::Void; //FIXME: disable before release
             #ifdef KROSS_RUBY_EXTENSION_DEBUG
                 krossdebug( QString("RubyExtension::callMetaMethod argument \
typeName=%1 typeId=%2 set \
metatype=QMetaType::Void").arg(metamethod.typeName()).arg(metatypes[idx]) );  #endif


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic