[PATCH weston] weston-info: fix log message typo
Kristian Høgsberg
hoegsberg at gmail.com
Mon Apr 21 15:42:37 PDT 2014
On Fri, Apr 18, 2014 at 09:30:07AM -0700, U. Artie Eoff wrote:
> Signed-off-by: U. Artie Eoff <ullysses.a.eoff at intel.com>
> ---
Committed, thanks.
Kristian
> clients/weston-info.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/clients/weston-info.c b/clients/weston-info.c
> index 147dc48..df869e3 100644
> --- a/clients/weston-info.c
> +++ b/clients/weston-info.c
> @@ -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) {
> --
> 1.8.5.3
>
> _______________________________________________
> wayland-devel mailing list
> wayland-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/wayland-devel
More information about the wayland-devel
mailing list