Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
6c8722fa
Commit
6c8722fa
authored
Jul 30, 2012
by
Rolf Eike Beer
Browse files
Fix typo direcotry -> directory (and similar) [
#13444
]
parent
8baeeed1
Changes
5
Hide whitespace changes
Inline
Side-by-side
Modules/FindKDE3.cmake
View file @
6c8722fa
...
...
@@ -131,7 +131,7 @@ ENDIF(KDECONFIG_EXECUTABLE)
# at first the KDE include direcory
# at first the KDE include direc
t
ory
# kpassdlg.h comes from kdeui and doesn't exist in KDE4 anymore
FIND_PATH
(
KDE3_INCLUDE_DIR kpassdlg.h
HINTS
...
...
Modules/FindQt4.cmake
View file @
6c8722fa
...
...
@@ -70,7 +70,7 @@
#
# macro QT4_WRAP_CPP(outfiles inputfile ... OPTIONS ...)
# create moc code from a list of files containing Qt class with
# the Q_OBJECT declaration. Per-direc
o
try preprocessor definitions
# the Q_OBJECT declaration. Per-direct
o
ry preprocessor definitions
# are also added. Options may be given to moc, such as those found
# when executing "moc -help".
#
...
...
Source/cmake.cxx
View file @
6c8722fa
...
...
@@ -1043,7 +1043,7 @@ int cmake::AddCMakePaths()
{
cMakeRoot
=
cMakeRoot
.
substr
(
0
,
slashPos
);
}
// is there no Modules direcory there?
// is there no Modules direc
t
ory there?
modules
=
cMakeRoot
+
"/Modules/CMake.cmake"
;
}
...
...
@@ -1072,7 +1072,7 @@ int cmake::AddCMakePaths()
{
// next try exe
cMakeRoot
=
cmSystemTools
::
GetProgramPath
(
cMakeSelf
.
c_str
());
// is there no Modules direcory there?
// is there no Modules direc
t
ory there?
modules
=
cMakeRoot
+
"/Modules/CMake.cmake"
;
}
if
(
!
cmSystemTools
::
FileExists
(
modules
.
c_str
()))
...
...
Utilities/cmlibarchive/libarchive/archive_read_disk_posix.c
View file @
6c8722fa
...
...
@@ -925,7 +925,7 @@ _archive_read_next_header2(struct archive *_a, struct archive_entry *entry)
if
(
fd
<
0
)
tree_enter_working_dir
(
t
);
/* The current direc
o
try fd is needed at
/* The current direct
o
ry fd is needed at
* archive_read_disk_entry_from_file() function to read link data
* with readlinkat(). */
a
->
entry_wd_fd
=
tree_current_dir_fd
(
t
);
...
...
Utilities/cmlibarchive/libarchive/archive_read_disk_windows.c
View file @
6c8722fa
...
...
@@ -955,7 +955,7 @@ _archive_read_disk_open_w(struct archive *_a, const wchar_t *pathname)
a
->
tree
=
tree_open
(
pathname
,
a
->
symlink_mode
,
a
->
restore_time
);
if
(
a
->
tree
==
NULL
)
{
archive_set_error
(
&
a
->
archive
,
ENOMEM
,
"Can't allocate direc
o
try traversal data"
);
"Can't allocate direct
o
ry traversal data"
);
a
->
archive
.
state
=
ARCHIVE_STATE_FATAL
;
return
(
ARCHIVE_FATAL
);
}
...
...
Write
Preview
Supports
Markdown
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