mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-08 08:58:08 +02:00
weston-info: fix log message typo
Signed-off-by: U. Artie Eoff <ullysses.a.eoff@intel.com>
This commit is contained in:
parent
6375ea02e5
commit
cb0e3579af
1 changed files with 1 additions and 1 deletions
|
|
@ -225,7 +225,7 @@ print_output_info(void *data)
|
|||
output->geometry.physical_height);
|
||||
printf("\tmake: '%s', model: '%s',\n",
|
||||
output->geometry.make, output->geometry.model);
|
||||
printf("\tsubpixel_orientation: %s, output_tranform: %s,\n",
|
||||
printf("\tsubpixel_orientation: %s, output_transform: %s,\n",
|
||||
subpixel_orientation, transform);
|
||||
|
||||
wl_list_for_each(mode, &output->modes, link) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue