fix spelling

This commit is contained in:
hathach
2023-03-17 17:27:34 +07:00
parent f14b4ba30a
commit 25d802532c
23 changed files with 33 additions and 29 deletions

View File

@@ -77,7 +77,7 @@ module Ceedling
# * The gem name must be prefixed with 'ceedling-' followed by the plugin
# name (ex. 'ceedling-bullseye')
#
# * The contents of the plugin must be isntalled into a subdirectory of
# * The contents of the plugin must be installed into a subdirectory of
# the gem with the same name as the plugin (ex. 'bullseye/')
#
# === Arguments

View File

@@ -181,7 +181,7 @@ class PreprocessinatorIncludesHandler
end
# If we found a real file, delete it from the array and return it,
# otherwise return nil. Since nil is falsy this has the effect of making
# find_all return only the annotated filess for which a real file was
# find_all return only the annotated files for which a real file was
# found/deleted
idx ? real_files.delete_at(idx) : nil
end.compact

View File

@@ -9,7 +9,7 @@ rule(/#{PROJECT_TEST_PREPROCESS_FILES_PATH}\/.+/ => [
end
]) do |file|
if (not @ceedling[:configurator].project_use_deep_dependencies)
raise 'ERROR: Ceedling preprocessing rule invoked though neccessary auxiliary dependency support not enabled.'
raise 'ERROR: Ceedling preprocessing rule invoked though necessary auxiliary dependency support not enabled.'
end
@ceedling[:generator].generate_preprocessed_file(TEST_SYM, file.source)
end

View File

@@ -7,7 +7,7 @@ end
##
# Class containing system utility funcions.
# Class containing system utility functions.
class SystemUtils
constructor :system_wrapper