Fix typo Inavlid -> Invalid
Change-Id: I3fc6ec3cc319784f32368585ae4eb379317ef4ce Reviewed-by: Fabian Bumberger <fbumberger@rim.com>
This commit is contained in:
committed by
The Qt Project
parent
7d894ca0aa
commit
f1db56d059
@@ -64,7 +64,7 @@ static QString errorToString(camera_error_t error)
|
||||
case CAMERA_EAGAIN:
|
||||
return QLatin1String("Camera unavailable");
|
||||
case CAMERA_EINVAL:
|
||||
return QLatin1String("Inavlid argument");
|
||||
return QLatin1String("Invalid argument");
|
||||
case CAMERA_ENODEV:
|
||||
return QLatin1String("Camera not found");
|
||||
case CAMERA_EMFILE:
|
||||
|
||||
Reference in New Issue
Block a user