diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-11-22 23:03:56 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-11-22 23:03:56 -0800 |
commit | ee7683ebb70c308e596103e379ef6b91d001eebc (patch) | |
tree | 45382191619e27df7106a8d990bc03903d0fa03f /oldXMenu | |
parent | 6b21de180fba10432988d94d2b8f3e2521be5b17 (diff) | |
download | emacs-ee7683ebb70c308e596103e379ef6b91d001eebc.tar.gz |
Spelling fixes.
Diffstat (limited to 'oldXMenu')
-rw-r--r-- | oldXMenu/Activate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oldXMenu/Activate.c b/oldXMenu/Activate.c index fef8a3b6b25..2f1c85aa1a2 100644 --- a/oldXMenu/Activate.c +++ b/oldXMenu/Activate.c @@ -78,7 +78,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ * * 3) The application has enabled asynchronous event * queuing mode. In this mode all foreign events - * will be queued up untill XMenuActivate + * will be queued up until XMenuActivate * terminates; at which time they will be * returned to the X event queue. As long as * AEQ mode is enabled any asynchronous event |