aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2010-01-14 19:37:23 +0100
committerJuanma Barranquero2010-01-14 19:37:23 +0100
commit5a89f0a793d225779f28f19b164addf81509b338 (patch)
tree8994dc9d6cefbdb953e420b2fdc3ff0fa850fee8 /src
parentb643362c6c88bdf5c5875afc6e0836188beabd17 (diff)
downloademacs-5a89f0a793d225779f28f19b164addf81509b338.tar.gz
emacs-5a89f0a793d225779f28f19b164addf81509b338.zip
Fix typos in comments.
Diffstat (limited to 'src')
-rw-r--r--src/w32uniscribe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32uniscribe.c b/src/w32uniscribe.c
index cb05cd49807..f2bd0f44b50 100644
--- a/src/w32uniscribe.c
+++ b/src/w32uniscribe.c
@@ -22,7 +22,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
22 Windows 2000, though most users of older systems will have it 22 Windows 2000, though most users of older systems will have it
23 since it installs with Internet Explorer 5.0 and other software. 23 since it installs with Internet Explorer 5.0 and other software.
24 We only enable the feature if it is available, so there is no chance 24 We only enable the feature if it is available, so there is no chance
25 of calling non-existant functions. */ 25 of calling non-existent functions. */
26#undef _WIN32_WINNT 26#undef _WIN32_WINNT
27#define _WIN32_WINNT 0x500 27#define _WIN32_WINNT 0x500
28#include <windows.h> 28#include <windows.h>