fix wording here

SVN revision: 59632
This commit is contained in:
Mike Blumenkrantz 2011-05-23 21:56:27 +00:00
parent a9fe27d54c
commit 5a886f7c30
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ main(void)
eeze_disk_function();
disks = eeze_udev_find_by_type(EEZE_UDEV_TYPE_DRIVE_MOUNTABLE, NULL);
printf("Found the following unmounted disks:\n");
printf("Found the following mountable disks:\n");
EINA_LIST_FREE(disks, syspath)
{
Eeze_Disk *disk;