diff -Naur Audio.orig/File.pm Audio/File.pm
--- Audio.orig/File.pm 2006-08-25 15:22:53.000000000 +0200
+++ Audio/File.pm 2009-04-27 22:49:54.395241908 +0200
@@ -24,7 +24,7 @@
Audio::File abstracts a single audio file, independant of its format. Using this
module you can access a files meta-info like title, album, etc. as well as the
-files audio-properties like its length and bitrate.
+file's audio properties like its length and bitrate.
Currently only the formats flac, ogg vorbis and mp3 are supported, but support
for other formats may be easily added.