]> Git trees. - libqmvoc.git/commitdiff
typo fix
authorDirk Mueller <mueller@kde.org>
Sat, 13 Mar 2004 13:38:37 +0000 (13:38 +0000)
committerDirk Mueller <mueller@kde.org>
Sat, 13 Mar 2004 13:38:37 +0000 (13:38 +0000)
svn path=/trunk/kdeedu/libkdeedu/; revision=295637

README

diff --git a/README b/README
index b60140bd93eda2137679785f378214731a0491a0..fb060f4d078a35df1657bc8c3f4500d7622ef08e 100644 (file)
--- a/README
+++ b/README
@@ -11,7 +11,7 @@ begin using it.  Rather than having her copy and paste my poor implementation
 First, I made a lib based on my bad implementation of kvtml, but then my 
 conscience got the better of me and I started tinkering with QDom.  What you'll
 find in libkdeedu is a QDom based, very basic, parser for kvtml.  Right now it 
-just parses "e" (entry), "o" (original) and "t" (tranlation) tags, but it's done 
+just parses "e" (entry), "o" (original) and "t" (translation) tags, but it's done 
 in such a way that it should be easy to extend (unlike my previous 
 implementation).  I've also made changes to FlashKard to do it's input using 
 this.