Fix typo in comment.
authorTim Potter <tpot@samba.org>
Wed, 4 Sep 2002 04:30:41 +0000 (04:30 +0000)
committerTim Potter <tpot@samba.org>
Wed, 4 Sep 2002 04:30:41 +0000 (04:30 +0000)
source/rpc_parse/parse_spoolss.c

index 29902d395efafc714fa2b99ac757827514aa6c9f..55c387cdc51d9b05d10d0c5dd06011573db8ed9d 100644 (file)
@@ -659,7 +659,7 @@ BOOL spoolss_io_devmode(char *desc, prs_struct *ps, int depth, DEVICEMODE *devmo
                { "panningheight",      NULL }
        };
 
-       /* assign at run time to keep non-gcc vompilers happy */
+       /* assign at run time to keep non-gcc compilers happy */
 
        opt_fields[0].field = &devmode->icmmethod;
        opt_fields[1].field = &devmode->icmintent;