]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkInterpreter.cxx
comments
[bbtk.git] / kernel / src / bbtkInterpreter.cxx
index 59492fc0ac746340685ccd637300d087bee98076..bea63728626faabcdae6009474d972f275aac958 100644 (file)
@@ -3,8 +3,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkInterpreter.cxx,v $ $
   Language:  C++
-  Date:      $Date: 2008/10/02 12:29:26 $
-  Version:   $Revision: 1.72 $
+  Date:      $Date: 2008/10/06 09:11:21 $
+  Version:   $Revision: 1.73 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -174,7 +174,7 @@ namespace bbtk
     info.argmax = 2;
     info.code = cDefine;
     info.syntax = "define <type> [<package>]";
-    info.help = "Begins the definition of a new type of complex black box called <type>. If <package> if provided will create it in the given package.";
+    info.help = "Begins the definition of a new type of complex black box called <type>. If <package> is provided will create it in the given package.";
     mCommandDict[info.keyword] = info;
     
     info.keyword = "endefine";