fix spelling
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -7,7 +7,7 @@ end
|
||||
|
||||
|
||||
##
|
||||
# Class containing system utility funcions.
|
||||
# Class containing system utility functions.
|
||||
class SystemUtils
|
||||
|
||||
constructor :system_wrapper
|
||||
|
||||
Reference in New Issue
Block a user