diff options
| author | ChuckEng <[email protected]> | 2019-07-10 09:51:09 -0700 |
|---|---|---|
| committer | Adonais Romero González <[email protected]> | 2019-07-10 09:51:09 -0700 |
| commit | 4517c6f9d9609e78454c1097a5ea6d8d778b274a (patch) | |
| tree | 65599a3e811d3c86bc0b6daa90d2d0dcade32d9a | |
| parent | f0eff3547b792c2fb9f8c3d426cd3cd8b2ba45d2 (diff) | |
Fix typo. (#386)
Simple typo in one of the OEM Printer Customization Plug-in samples.
| -rw-r--r-- | print/OEM Printer Customization Plug-in Samples/C++/oemui/precomp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/OEM Printer Customization Plug-in Samples/C++/oemui/precomp.h b/print/OEM Printer Customization Plug-in Samples/C++/oemui/precomp.h index 1f73e0ad..bd1a22de 100644 --- a/print/OEM Printer Customization Plug-in Samples/C++/oemui/precomp.h +++ b/print/OEM Printer Customization Plug-in Samples/C++/oemui/precomp.h @@ -5,7 +5,7 @@ // // Copyright 1997 - 2003 Microsoft Corporation. All Rights Reserved. // -// FILE: pecomp.H +// FILE: precomp.H // // PURPOSE: Optimize compilation of headers that don't change frequently. // |
