diff options
author | Maarten Bosmans <mkbosmans@gmail.com> | 2011-08-24 18:24:46 +0200 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2011-08-25 11:27:47 +0100 |
commit | c5dca7cf2b0423f152c6e81a503cc9639b08f09f (patch) | |
tree | 79152766b25a399806bc474e99f9a3e6c81fc341 /src/pulsecore/x11wrap.h | |
parent | 231645d4fc247d9adf06549d087a0a1fb73b9c46 (diff) | |
download | pulseaudio-c5dca7cf2b0423f152c6e81a503cc9639b08f09f.tar.gz |
More spelling fixes
Diffstat (limited to 'src/pulsecore/x11wrap.h')
-rw-r--r-- | src/pulsecore/x11wrap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulsecore/x11wrap.h b/src/pulsecore/x11wrap.h index fc2e01fec..e632eccb9 100644 --- a/src/pulsecore/x11wrap.h +++ b/src/pulsecore/x11wrap.h @@ -35,7 +35,7 @@ typedef int (*pa_x11_event_cb_t)(pa_x11_wrapper *w, XEvent *e, void *userdata); typedef void (*pa_x11_kill_cb_t)(pa_x11_wrapper *w, void *userdata); /* Return the X11 wrapper for this core. In case no wrapper was - existant before, allocate a new one */ + existent before, allocate a new one */ pa_x11_wrapper* pa_x11_wrapper_get(pa_core *c, const char *name); /* Increase the wrapper's reference count by one */ |