We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0a1e55 commit 17eb243Copy full SHA for 17eb243
docs/build/reference/cl-environment-variables.md
@@ -62,7 +62,7 @@ SET _CL_=[ [option] ... [file] ...] [/link link-opt ...]
62
For related information, see [Set Environment Variables](../../build/setting-the-path-and-environment-variables-for-command-line-builds.md).
63
64
## Examples
65
- The following is an example of settting the CL environment variable:
+ The following is an example of setting the CL environment variable:
66
67
```
68
SET CL=/Zp2 /Ox /I\INCLUDE\MYINCLS \LIB\BINMODE.OBJ
@@ -90,4 +90,4 @@ CL FILE1.C FILE2.C FILE3.OBJ
90
91
## See Also
92
[Setting Compiler Options](../../build/reference/setting-compiler-options.md)
93
- [Compiler Options](../../build/reference/compiler-options.md)
+ [Compiler Options](../../build/reference/compiler-options.md)
0 commit comments