monitor-manager-xrandr: Fix a minor typo in an error message

This commit is contained in:
Jasper St. Pierre 2015-01-05 15:23:17 -08:00
parent 274ea76eea
commit 34ba868b4c

View File

@ -1059,7 +1059,7 @@ meta_monitor_manager_xrandr_apply_configuration (MetaMonitorManager *manager,
if (ok != Success) if (ok != Success)
{ {
meta_warning ("Configuring CRTC %d with mode %d (%d x %d @ %f) at position %d, %d and transfrom %u failed\n", meta_warning ("Configuring CRTC %d with mode %d (%d x %d @ %f) at position %d, %d and transform %u failed\n",
(unsigned)(crtc->crtc_id), (unsigned)(mode->mode_id), (unsigned)(crtc->crtc_id), (unsigned)(mode->mode_id),
mode->width, mode->height, (float)mode->refresh_rate, mode->width, mode->height, (float)mode->refresh_rate,
crtc_info->x, crtc_info->y, crtc_info->transform); crtc_info->x, crtc_info->y, crtc_info->transform);