1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-17 02:05:21 +03:00

Fix typo in comment.

(This used to be commit 47b8ec632e20aa86c34f6a0a82d886fcc76f3000)
This commit is contained in:
Tim Potter 2002-09-04 04:30:41 +00:00
parent abff9f492a
commit 45f9cbe033

View 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;