From 8040cd3cfd7b87661c08ca916daf355593dd8ffa Mon Sep 17 00:00:00 2001
From: Benjamin Kramer
Date: Mon, 12 Oct 2009 14:46:08 +0000
Subject: Documentation: Perform automated correction of common typos.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83849 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/CommandLine.html | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
(limited to 'docs/CommandLine.html')
diff --git a/docs/CommandLine.html b/docs/CommandLine.html
index f14defc31f..cefb6f882e 100644
--- a/docs/CommandLine.html
+++ b/docs/CommandLine.html
@@ -1022,7 +1022,7 @@ files that use them. This is called the internal storage model.
code from the storage of the value parsed. For example, lets say that we have a
'-debug' option that we would like to use to enable debug information
across the entire body of our program. In this case, the boolean value
-controlling the debug code should be globally accessable (in a header file, for
+controlling the debug code should be globally accessible (in a header file, for
example) yet the command line option processing code should not be exposed to
all of these clients (requiring lots of .cpp files to #include
CommandLine.h).
@@ -1107,7 +1107,7 @@ a command line option. Look here for an
example.
The cl::init attribute specifies an
-inital value for a scalar option. If this attribute is
+initial value for a scalar option. If this attribute is
not specified then the command line option value defaults to the value created
by the default constructor for the type. Warning: If you specify both
cl::init and cl::location for an option,
@@ -1178,7 +1178,7 @@ href="#cl::list">cl::list. These modifiers give you the ability to
tweak how options are parsed and how --help output is generated to fit
your application well.
-These options fall into five main catagories:
+These options fall into five main categories:
- Hiding an option from --help output
@@ -1190,9 +1190,9 @@ your application well.
- Miscellaneous option modifiers
-It is not possible to specify two options from the same catagory (you'll get
+
It is not possible to specify two options from the same category (you'll get
a runtime error) to a single option, except for options in the miscellaneous
-catagory. The CommandLine library specifies defaults for all of these settings
+category. The CommandLine library specifies defaults for all of these settings
that are the most useful in practice and the most common, which mean that you
usually shouldn't have to worry about these.
@@ -1536,7 +1536,7 @@ not be available, it can't just look in argv[0]), the name of the
environment variable to examine, the optional
additional extra text to emit when the
--help option is invoked, and the boolean
-switch that controls whether reponse files
+switch that controls whether response files
should be read.
cl::ParseEnvironmentOptions will break the environment
--
cgit v1.2.3-70-g09d2