diff options
Diffstat (limited to 'src/lx_output.c')
-rw-r--r-- | src/lx_output.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lx_output.c b/src/lx_output.c index 5508477..72e5e2a 100644 --- a/src/lx_output.c +++ b/src/lx_output.c @@ -108,7 +108,7 @@ lx_output_set_property(xf86OutputPtr output, Atom property, if (!ret) { xf86DrvMsg(pScrni->scrnIndex, X_ERROR, - "Failed to set mode after propery change!\n"); + "Failed to set mode after property change!\n"); pGeode->Scale = scale; return FALSE; |