diff --git a/admin/linux/build-appimage.sh b/admin/linux/build-appimage.sh index c6f255333..15a72c9be 100755 --- a/admin/linux/build-appimage.sh +++ b/admin/linux/build-appimage.sh @@ -53,7 +53,7 @@ rm -rf usr/include rm -rf usr/mkspecs rm -rf usr/lib/x86_64-linux-gnu/ -# Don't bundle the explorer extentions as we can't do anything with them in the AppImage +# Don't bundle the explorer extensions as we can't do anything with them in the AppImage rm -rf usr/share/caja-python/ rm -rf usr/share/nautilus-python/ rm -rf usr/share/nemo-python/ diff --git a/admin/linux/debian/scripts/git2changelog.cfg b/admin/linux/debian/scripts/git2changelog.cfg index 0ba49ea96..31cde1c4b 100644 --- a/admin/linux/debian/scripts/git2changelog.cfg +++ b/admin/linux/debian/scripts/git2changelog.cfg @@ -1,7 +1,7 @@ # Use the configuration below with appropriate changes, # if you want to support a new client version using # your own fork. In such a case the tags do not come -# accross to the main repo for a pull request, so +# across to the main repo for a pull request, so # some hacking is needed [versionhack] commit = bc7e65b39552ac458b2adacf76cbf98735ec29a0 diff --git a/admin/osx/CMakeLists.txt b/admin/osx/CMakeLists.txt index 226d7d4ee..060539d56 100644 --- a/admin/osx/CMakeLists.txt +++ b/admin/osx/CMakeLists.txt @@ -1,5 +1,5 @@ -# Check if varialbe MAC_INSTALLER_BACKGROUND_FILE is defined. +# Check if variable MAC_INSTALLER_BACKGROUND_FILE is defined. # Make sure that the MAC_INSTALLER_BACKGROUND_FILE contains the full path, ie. # includes CMAKE_SOURCE_DIR or so. diff --git a/cmake/modules/CheckPrototypeDefinition.cmake b/cmake/modules/CheckPrototypeDefinition.cmake index 2342b3c4f..5d16eba4e 100644 --- a/cmake/modules/CheckPrototypeDefinition.cmake +++ b/cmake/modules/CheckPrototypeDefinition.cmake @@ -1,4 +1,4 @@ -# - Check if the protoype we expect is correct. +# - Check if the prototype we expect is correct. # check_prototype_definition(FUNCTION PROTOTYPE RETURN HEADER VARIABLE) # FUNCTION - The name of the function (used to check if prototype exists) # PROTOTYPE- The prototype to check. diff --git a/cmake/modules/ECMFindModuleHelpers.cmake b/cmake/modules/ECMFindModuleHelpers.cmake index f2e32f959..4e7ca880d 100644 --- a/cmake/modules/ECMFindModuleHelpers.cmake +++ b/cmake/modules/ECMFindModuleHelpers.cmake @@ -68,7 +68,7 @@ # If SKIP_DEPENDENCY_HANDLING is not set, the INTERFACE_LINK_LIBRARIES property # of the imported target for will be set to contain the imported # targets for the components listed in __component_deps. -# _FOUND will also be set to false if any of the compoments in +# _FOUND will also be set to false if any of the components in # __component_deps are not found. This requires the components # in __component_deps to be listed before in the # COMPONENTS argument. diff --git a/cmake/modules/MacroLogFeature.cmake b/cmake/modules/MacroLogFeature.cmake index 45e27b6df..631c7ac02 100644 --- a/cmake/modules/MacroLogFeature.cmake +++ b/cmake/modules/MacroLogFeature.cmake @@ -7,7 +7,7 @@ # FEATURE: name of the feature, e.g. "libjpeg" # DESCRIPTION: description what this feature provides # URL: home page -# REQUIRED: TRUE or FALSE, indicating whether the featue is required +# REQUIRED: TRUE or FALSE, indicating whether the feature is required # MIN_VERSION: minimum version number. empty string if unneeded # COMMENTS: More info you may want to provide. empty string if unnecessary # diff --git a/cmake/scripts/generate_lib_file b/cmake/scripts/generate_lib_file index 756d340c3..8fee25703 100644 --- a/cmake/scripts/generate_lib_file +++ b/cmake/scripts/generate_lib_file @@ -29,7 +29,7 @@ project=gets.chomp printf("\n") -print("Other projects to include (e.g. \"owutil tinyxml\", leave emtpy to skip): ") +print("Other projects to include (e.g. \"owutil tinyxml\", leave empty to skip): ") otherprojects=gets.chomp printf("\n") diff --git a/doc/_shared_assets/themes/bootstrap/layout.html b/doc/_shared_assets/themes/bootstrap/layout.html index 8bc387f2e..c3febbe48 100644 --- a/doc/_shared_assets/themes/bootstrap/layout.html +++ b/doc/_shared_assets/themes/bootstrap/layout.html @@ -2,7 +2,7 @@ {% set script_files = script_files + ['_static/bootstrap.js'] %} {% set css_files = ['_static/bootstrap.css', '_static/bootstrap-sphinx.css'] + css_files %} -{# Sidebar: Rework into our Boostrap nav section. #} +{# Sidebar: Rework into our Bootstrap nav section. #} {% macro navBar() %}