Code

spelling fixes by avuton
[ncmpc.git] / src / utils.c
index 0f63ff1da3dcb8fc3c906c22bdd7a7c1eef80870..404484ef41b602e9362443a1970248f1cb076126 100644 (file)
@@ -88,7 +88,7 @@ gcmp_list_from_path(mpdclient_t *c, gchar *path, GList *list, gint types)
   
   if( (filelist=mpdclient_filelist_get(c, path)) == NULL )
     return list;
-  D("retreived filelist!\n");
+  D("retrieved filelist!\n");
   flist = filelist->list;
   while( flist )
     {