Skip to content

Commit

Permalink
Update a few comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
mvandervoord committed Apr 11, 2024
1 parent 93dc9f7 commit 1c48610
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/main.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

# NOTE: See comment block in cli.rb to understand CLI handling.

# Backwards compatibility command line hack to silently presenve Rake `-T` CLI handling
# Backwards compatibility command line hack to silently preserve Rake `-T` CLI handling
if (ARGV.size() == 1 and ARGV[0] == '-T')
# Call rake task listing handler w/ default handling of project file and mixins
objects[:cli_handler].rake_help( env:ENV, app_cfg:CEEDLING_APPCFG )
Expand Down
2 changes: 1 addition & 1 deletion spec/gcov/gcov_deployment_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
end


describe "command: `ceedling example [example]`" do
describe "command: `ceedling example temp_sensor`" do
describe "temp_sensor" do
before do
@c.with_context do
Expand Down
2 changes: 1 addition & 1 deletion spec/system/deployment_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
end
end

describe "command: `ceedling example [example]`" do
describe "command: `ceedling example temp_sensor`" do
describe "temp_sensor" do
before do
@c.with_context do
Expand Down

0 comments on commit 1c48610

Please sign in to comment.