From 996efb689144bc97af51bf1c3c35d9b880380c08 Mon Sep 17 00:00:00 2001 From: Anne-Marie Mahfouf Date: Thu, 7 Jan 2010 15:08:36 +0000 Subject: [PATCH] typo svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=1071108 --- keduvocdocument/keduvocdocument.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/keduvocdocument/keduvocdocument.h b/keduvocdocument/keduvocdocument.h index dcbf2d7..3c9076f 100644 --- a/keduvocdocument/keduvocdocument.h +++ b/keduvocdocument/keduvocdocument.h @@ -224,7 +224,7 @@ public: * Sets the identifier of translation * * @param index number of translation 0..x - * @param lang thr language identifier: en=english, de=german, ... + * @param lang the language identifier: en=english, de=german, ... */ void setIdentifier( int index, const KEduVocIdentifier& lang ); @@ -242,7 +242,7 @@ public: const KEduVocIdentifier& identifier( int index ) const; /** - * Removes identifier and the according translations in all entries + * Removes identifier and the according translation in all entries * * @param index number of translation 0..x */ -- 2.47.3