From: Jeff Mitchell Date: Mon, 15 Jun 2009 19:40:33 +0000 (+0000) Subject: Fix typo X-Git-Tag: v1.6rc1~25 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=901a427d1f40ae942063fa21c43f43b340e5ce50;p=taglib Fix typo git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@982404 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- 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;