diff options
author | Martin-Éric Racine <q-funk@iki.fi> | 2009-09-05 01:47:11 +0300 |
---|---|---|
committer | Martin-Éric Racine <q-funk@iki.fi> | 2009-09-05 01:47:11 +0300 |
commit | 7af63b86ab9e06b9ccdf1291250afa303b69a885 (patch) | |
tree | 44aba18e2c4e0165ac59fb900f687bff5ca1bbd3 /src/lx_output.c | |
parent | 999d1ef343c65ac2324ac1e9c2e72f014cb5610d (diff) |
Fixed a typo in src/lx_output.c debug message.
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; |