diff options
author | oga | 2008-02-20 12:56:10 +0000 |
---|---|---|
committer | oga | 2008-02-20 12:56:10 +0000 |
commit | df52269850ef83d46a7c1fd7fa2562fc1028e663 (patch) | |
tree | d4a7c37d46959e52d42c8844afdd26a3eae81032 | |
parent | 5393488ecd55b65b03699e2f082b2fc583461989 (diff) | |
download | cwm-df52269850ef83d46a7c1fd7fa2562fc1028e663.tar.gz |
Typo: s/supression/suppression
from Pierre Riteau, thanks!
-rw-r--r-- | xevents.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -15,7 +15,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $Id: xevents.c,v 1.4 2008/01/16 11:39:20 oga Exp $ + * $Id: xevents.c,v 1.5 2008/02/20 12:56:10 oga Exp $ */ /* @@ -413,7 +413,7 @@ out: } /* - * This is only used for the alt supression detection. + * This is only used for the alt suppression detection. */ void xev_handle_keyrelease(struct xevent *xev, XEvent *ee) |