summaryrefslogtreecommitdiffstats
path: root/kverbos/kverbos/verbspanish.h
diff options
context:
space:
mode:
Diffstat (limited to 'kverbos/kverbos/verbspanish.h')
-rw-r--r--kverbos/kverbos/verbspanish.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kverbos/kverbos/verbspanish.h b/kverbos/kverbos/verbspanish.h
index 1f17567c..f621718d 100644
--- a/kverbos/kverbos/verbspanish.h
+++ b/kverbos/kverbos/verbspanish.h
@@ -44,13 +44,13 @@ enum persons {yo, tu, el, nosotros, vosotros, ellos};
typedef TQString formArray[MAX_TIEMPOS][PERSONEN];
typedef TQString endingsArray[MAX_TIEMPOS][VERBMUSTER][PERSONEN];
-/** This class tqcontains all the information belonging to one verb:
+/** This class contains all the information belonging to one verb:
*
* - the foreign and the spanish meaning
* - the form of the gerund and the participle
* - the different time forms of the verb
* - if it is irregular or to which group the verb belongs
- * - if the object already tqcontains all the possible forms
+ * - if the object already contains all the possible forms
*
* Some information belongs to all verbs. It is stored in static variables.
* - a lists of the regular endings
@@ -278,10 +278,10 @@ public:
/** The forms of the verb haber. They are needed for perfect forms
*/
static TQString haber[MAX_TIEMPOS][PERSONEN];
- /** This array tqcontains the names of the time forms as strings
+ /** This array contains the names of the time forms as strings
*/
static TQString timeNames[MAX_TIEMPOS*MAX_SUBTYPES];
- /** This array tqcontains the names of the different verb groups
+ /** This array contains the names of the different verb groups
*/
static TQString groupNames[MAX_GRUPPEN];
static int maxTiempos;