mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-19 18:35:07 +03:00
qcam: Fix spelling
Fix a typo in the word "Unsupported". Signed-off-by: You-Sheng Yang <vicamo.yang@canonical.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
parent
9a1555a35c
commit
256845d5b7
1 changed files with 1 additions and 1 deletions
|
@ -361,7 +361,7 @@ int MainWindow::startCapture()
|
|||
break;
|
||||
default:
|
||||
if (roles.size() != 1) {
|
||||
qWarning() << "Unsuported stream configuration";
|
||||
qWarning() << "Unsupported stream configuration";
|
||||
return -EINVAL;
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue