[patch] comment typo

Erik Hovland erik at hovland.org
Tue Nov 28 17:49:56 UTC 2006


Here is a small patch to fix a typo in a comment.

Thanks

E

-- 
Erik Hovland
mail: erik AT hovland DOT org
web: http://hovland.org/
PGP/GPG public key available on request
-------------- next part --------------
Index: src/collectiondb.cpp
===================================================================
--- src/collectiondb.cpp	(revision 608513)
+++ src/collectiondb.cpp	(working copy)
@@ -1581,7 +1581,7 @@
 CollectionDB::addEmbeddedImage( const QString& path, const QString& hash, const QString& description )
 {
 //     debug() << "Added embedded image hash " << hash << " for file " << path << endl;
-    //TODO: figure out what this embedded table does and then add the encessary code
+    //TODO: figure out what this embedded table does and then add the necessary code
     //what are embedded images anyway?
     int deviceid = MountPointManager::instance()->getIdForUrl( path );
     QString rpath = MountPointManager::instance()->getRelativePath(deviceid, path );


More information about the Amarok mailing list