From 901a427d1f40ae942063fa21c43f43b340e5ce50 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Mon, 15 Jun 2009 19:40:33 +0000 Subject: [PATCH] Fix typo git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@982404 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- taglib/toolkit/tfile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taglib/toolkit/tfile.h b/taglib/toolkit/tfile.h index 680125ac..e514de25 100644 --- a/taglib/toolkit/tfile.h +++ b/taglib/toolkit/tfile.h @@ -207,7 +207,7 @@ namespace TagLib { void clear(); /*! - * Returns the current offset withing the file. + * Returns the current offset within the file. */ long tell() const;