Skip to content

Commit 4167070

Browse files
authored
Fix typos in files (#32392)
### Details: - This is re-open of PR #30559 ### Tickets: - N/A Signed-off-by: Raasz, Pawel <pawel.raasz@intel.com>
1 parent 26a96d4 commit 4167070

File tree

37 files changed

+69
-70
lines changed

37 files changed

+69
-70
lines changed

cmake/developer_package/compile_flags/functions.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ include(CheckCXXSourceCompiles)
1010
# ov_disable_deprecated_warnings()
1111
#
1212
# Disables deprecated warnings generation in current scope (directory, function)
13-
# Defines ov_c_cxx_deprecated varaible which contains C / C++ compiler flags
13+
# Defines ov_c_cxx_deprecated variable which contains C / C++ compiler flags
1414
#
1515
macro(ov_disable_deprecated_warnings)
1616
if(CMAKE_CXX_COMPILER_ID STREQUAL "MSVC")
@@ -37,7 +37,7 @@ endmacro()
3737
# ov_deprecated_no_errors()
3838
#
3939
# Don't threat deprecated warnings as errors in current scope (directory, function)
40-
# Defines ov_c_cxx_deprecated_no_errors varaible which contains C / C++ compiler flags
40+
# Defines ov_c_cxx_deprecated_no_errors variable which contains C / C++ compiler flags
4141
#
4242
macro(ov_deprecated_no_errors)
4343
if(CMAKE_CXX_COMPILER_ID STREQUAL "MSVC")

cmake/developer_package/cross_compile/find_commands.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ if(CMAKE_CROSSCOMPILING AND NOT (OV_ARCH STREQUAL OV_HOST_ARCH AND
4646
# ov_set_if_not_defined(CMAKE_FIND_ROOT_PATH "/usr")
4747
endif()
4848

49-
# controling CMAKE_FIND_ROOT_PATH usage
49+
# controlling CMAKE_FIND_ROOT_PATH usage
5050
ov_set_if_not_defined(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER)
5151
ov_set_if_not_defined(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY)
5252
ov_set_if_not_defined(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY)

cmake/developer_package/download/download_and_extract.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ function (GetNameAndUrlToDownload name url archive_name_unified archive_name_win
3535
endif()
3636
endfunction(GetNameAndUrlToDownload)
3737

38-
#download from paltform specific folder from share server
38+
#download from platform specific folder from share server
3939
function (DownloadAndExtractPlatformSpecific
4040
component
4141
archive_name_unified
@@ -113,7 +113,7 @@ function (ExtractWithVersion URL archive_path unpacked_path folder result files_
113113
endfunction (ExtractWithVersion)
114114

115115
function (DownloadOrExtractInternal URL archive_path unpacked_path folder fattal resultExt sha256 files_to_extract)
116-
debug_message("checking wether archive downloaded : ${archive_path}")
116+
debug_message("checking whether archive downloaded : ${archive_path}")
117117
set (downloadStatus "NOTOK")
118118
if (NOT EXISTS ${archive_path})
119119
DownloadAndExtractInternal(${URL} ${archive_path} ${unpacked_path} ${folder} ${fattal} result ${sha256} ${files_to_extract})

cmake/developer_package/packaging/packaging.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ function(ov_check_conflicts_versions var_name)
217217

218218
# perform check
219219
if(NOT ov_prev_version IN_LIST ${var_name})
220-
message(FATAL_ERROR "List ${var_name} (${${var_name}}) does not contain verison ${ov_prev_version}")
220+
message(FATAL_ERROR "List ${var_name} (${${var_name}}) does not contain version ${ov_prev_version}")
221221
endif()
222222
endfunction()
223223

cmake/developer_package/python_requirements.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function(ov_check_pip_package)
1717
)
1818
set(oneValueRequiredArgs
1919
REQUIREMENT # Requirement-specifier to check
20-
RESULT_VAR # Result varibale to set return code {ON | OFF}
20+
RESULT_VAR # Result variable to set return code {ON | OFF}
2121
)
2222
set(multiValueArgs)
2323

@@ -75,7 +75,7 @@ function(ov_check_pip_packages)
7575
)
7676
set(oneValueRequiredArgs
7777
REQUIREMENTS_FILE # File with requirement-specifiers to check
78-
RESULT_VAR # Result varibale to set return code {ON | OFF}
78+
RESULT_VAR # Result variable to set return code {ON | OFF}
7979
)
8080
set(multiValueArgs)
8181

cmake/developer_package/tbb/win/TBBConfig.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ if (WINDOWS_STORE)
6464
set(_tbb_compiler_subdir ${_tbb_compiler_subdir}_ui)
6565
endif()
6666

67-
#set conveniance variable to locate TBB files (these are used for a PSXE install)
67+
#set convenience variable to locate TBB files (these are used for a PSXE install)
6868
get_filename_component(_tbb_lib_path "${_tbb_root}/lib/${_tbb_arch_subdir}/${_tbb_compiler_subdir}" ABSOLUTE)
6969
get_filename_component(_tbb_inc_path "${_tbb_root}/include/" ABSOLUTE)
7070

cmake/packaging/debian.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ macro(ov_cpack_settings)
208208
set(npu_copyright "generic")
209209

210210
# NPU plugin also builds level-zero as thirdparty
211-
# let's add it to the list of dependency search directories to avoid missing dependncy on libze_loader.so.1
211+
# let's add it to the list of dependency search directories to avoid missing dependency on libze_loader.so.1
212212
if(OV_GENERATOR_MULTI_CONFIG)
213213
# $<CONFIG> generator expression does not work in this place, have to add all possible configs
214214
foreach(config IN LISTS CMAKE_CONFIGURATION_TYPES)
@@ -441,7 +441,7 @@ macro(ov_cpack_settings)
441441
# Install latest symlink packages
442442
#
443443

444-
# NOTE: we expicitly don't add runtime latest packages
444+
# NOTE: we explicitly don't add runtime latest packages
445445
# since a user needs to depend on specific VERSIONED runtime package
446446
# with fixed SONAMEs, while latest package can be updated multiple times
447447
# ov_debian_add_latest_component(libraries)

cmake/packaging/rpm.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ macro(ov_cpack_settings)
407407
# Install latest symlink packages
408408
#
409409

410-
# NOTE: we expicitly don't add runtime latest packages
410+
# NOTE: we explicitly don't add runtime latest packages
411411
# since a user needs to depend on specific VERSIONED runtime package
412412
# with fixed SONAMEs, while latest package can be updated multiple times
413413
# ov_rpm_add_latest_component(libraries)

docs/articles_en/assets/snippets/gpu/queue_sharing.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ int main() {
5959
infer_request.start_async();
6060

6161
// execute some postprocessing kernel.
62-
// infer_request.wait() is not called, synchonization between inference and post-processing is done via
62+
// infer_request.wait() is not called, synchronization between inference and post-processing is done via
6363
// enqueueBarrierWithWaitList call.
6464
cl::Kernel kernel_postproc(program, "user_kernel_postproc");
6565
kernel_postproc.setArg(0, shared_out_buffer);

docs/articles_en/assets/snippets/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def import_python_modules(directory, subdirectory=""):
2727
except AttributeError as e:
2828
pass
2929

30-
print(f"Snippet {item} succesfully executed.")
30+
print(f"Snippet {item} successfully executed.")
3131

3232

3333
if os.path.isdir(os.path.join(directory, item)):

0 commit comments

Comments
 (0)