Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
CMake
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
3,183
Issues
3,183
List
Boards
Labels
Service Desk
Milestones
Merge Requests
14
Merge Requests
14
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
External Wiki
External Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
CMake
CMake
Commits
aca65a93
Commit
aca65a93
authored
Aug 12, 2018
by
luz.paz
Committed by
Brad King
Aug 24, 2018
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Maint: misc. typos
Found via `codespell`.
parent
0897c3cf
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
Source/cmDocumentationFormatter.cxx
Source/cmDocumentationFormatter.cxx
+1
-1
Source/cmTargetSourcesCommand.cxx
Source/cmTargetSourcesCommand.cxx
+1
-1
Source/cmTryCompileCommand.h
Source/cmTryCompileCommand.h
+1
-1
Source/cmTryRunCommand.h
Source/cmTryRunCommand.h
+1
-1
No files found.
Source/cmDocumentationFormatter.cxx
View file @
aca65a93
...
...
@@ -90,7 +90,7 @@ void cmDocumentationFormatter::SetIndent(const char* indent)
void
cmDocumentationFormatter
::
PrintColumn
(
std
::
ostream
&
os
,
const
char
*
text
)
{
// Print text arranged in an indented column of fixed wi
td
h.
// Print text arranged in an indented column of fixed wi
dt
h.
const
char
*
l
=
text
;
long
column
=
0
;
bool
newSentence
=
false
;
...
...
Source/cmTargetSourcesCommand.cxx
View file @
aca65a93
...
...
@@ -57,7 +57,7 @@ std::vector<std::string> cmTargetSourcesCommand::ConvertToAbsoluteContent(
cmTarget
*
tgt
,
const
std
::
vector
<
std
::
string
>&
content
,
bool
isInterfaceContent
)
{
// Skip conversion in case old behavior has been explictly requested
// Skip conversion in case old behavior has been explic
i
tly requested
if
(
this
->
Makefile
->
GetPolicyStatus
(
cmPolicies
::
CMP0076
)
==
cmPolicies
::
OLD
)
{
return
content
;
...
...
Source/cmTryCompileCommand.h
View file @
aca65a93
...
...
@@ -16,7 +16,7 @@ class cmExecutionStatus;
/** \class cmTryCompileCommand
* \brief Specifies where to install some files
*
* cmTryCompileCommand is used to test if sou
cr
e code can be compiled
* cmTryCompileCommand is used to test if sou
rc
e code can be compiled
*/
class
cmTryCompileCommand
:
public
cmCoreTryCompile
{
...
...
Source/cmTryRunCommand.h
View file @
aca65a93
...
...
@@ -16,7 +16,7 @@ class cmExecutionStatus;
/** \class cmTryRunCommand
* \brief Specifies where to install some files
*
* cmTryRunCommand is used to test if sou
cr
e code can be compiled
* cmTryRunCommand is used to test if sou
rc
e code can be compiled
*/
class
cmTryRunCommand
:
public
cmCoreTryCompile
{
...
...
Brad King
@brad.king
mentioned in commit
4431bb05
·
Aug 27, 2018
mentioned in commit
4431bb05
mentioned in commit 4431bb051617f34c0fa955faaa7a467b933cef17
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment