Fix typo Inavlid -> Invalid

Change-Id: I3fc6ec3cc319784f32368585ae4eb379317ef4ce
Reviewed-by: Fabian Bumberger <fbumberger@rim.com>
This commit is contained in:
Sergio Ahumada
2014-03-07 15:25:14 +01:00
committed by The Qt Project
parent 7d894ca0aa
commit f1db56d059

View File

@@ -64,7 +64,7 @@ static QString errorToString(camera_error_t error)
case CAMERA_EAGAIN: case CAMERA_EAGAIN:
return QLatin1String("Camera unavailable"); return QLatin1String("Camera unavailable");
case CAMERA_EINVAL: case CAMERA_EINVAL:
return QLatin1String("Inavlid argument"); return QLatin1String("Invalid argument");
case CAMERA_ENODEV: case CAMERA_ENODEV:
return QLatin1String("Camera not found"); return QLatin1String("Camera not found");
case CAMERA_EMFILE: case CAMERA_EMFILE: