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

@@ -113,7 +113,7 @@ end
# Add any artifact:include or :source folders to our release & test includes paths so linking and mocking work.
@ceedling[DEPENDENCIES_SYM].add_headers_and_sources()
# Add tasks for building or cleaning ALL depencies
# Add tasks for building or cleaning ALL dependencies
namespace DEPENDENCIES_SYM do
desc "Deploy missing dependencies."
task :deploy => DEPENDENCIES_LIBRARIES.map{|deplib| "#{DEPENDENCIES_SYM}:deploy:#{@ceedling[DEPENDENCIES_SYM].get_name(deplib)}"}

View File

@@ -34,7 +34,7 @@ In the `:plugins` configuration, add `fake_function_framework` to the list of en
- module_generator
- fake_function_framework
```
*Note that you could put the plugin source in some other loaction.
*Note that you could put the plugin source in some other location.
In that case you'd need to add a new path the `:load_paths`.*
## How to use it

View File

@@ -33,7 +33,7 @@
# in order to add common defines:
# 1) remove the trailing [] from the :common: section
# 2) add entries to the :common: section (e.g. :test: has TEST defined)
:commmon: &common_defines []
:common: &common_defines []
:test:
- *common_defines
- TEST

View File

@@ -41,7 +41,7 @@ test_whenThePowerReadingIsLessThan5_thenTheStatusLedIsNotTurnedOn(void)
}
/*
Test that a single function was called with the correct arugment.
Test that a single function was called with the correct argument.
*/
void
test_whenTheVolumeKnobIsMaxed_thenVolumeDisplayIsSetTo11(void)

View File

@@ -23,7 +23,7 @@ class FakeFunctionFramework < Plugin
# all mocks linked into the test.
File.open(arg_hash[:runner_file], 'a') do |f|
f.puts
f.puts "//=======Defintions of FFF variables====="
f.puts "//=======Definitions of FFF variables====="
f.puts %{#include "fff.h"}
f.puts "DEFINE_FFF_GLOBALS;"
end

View File

@@ -138,7 +138,7 @@ class ReportGeneratorReportinator
# Removing trailing ';' after the last report type.
args = args.chomp(";")
# Append a space seperator after the report type.
# Append a space separator after the report type.
args += "\" "
end

View File

@@ -82,7 +82,7 @@ by adding to the `:includes` array. For example:
### Boilerplates
You can specify the actual boilerplate used for each of your files. This is the handy place to
put that corporate copyright notice (or maybe a copyleft notice, if that's your perference?)
put that corporate copyright notice (or maybe a copyleft notice, if that's your preference?)
```
:module_generator: