Skip to content

Commit

Permalink
Fix assorted typos
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-rosa committed Apr 26, 2019
1 parent c20d72b commit 079f348
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ROS.
Supported Platforms:
--------------------
* Gentoo
* Open Embedded
* OpenEmbedded

Installation:
=============
Expand All @@ -22,7 +22,7 @@ Instructions:
Generate an [OAuth token](https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line/) for this applicaiton.

After you have created the token, place it in the
environment vairalbe `SUPERFLORE_GITHUB_TOKEN`.
environment variable `SUPERFLORE_GITHUB_TOKEN`.

Then install and run the application.

Expand Down
2 changes: 1 addition & 1 deletion tests/test_docker.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def test_pull(self):
docker_instance.run()

def test_get_command(self):
"""Test the get_comamnd function"""
"""Test the get_command function"""
docker_instance = Docker()
docker_instance.add_bash_command("echo Hello, docker")
docker_instance.add_bash_command("echo command two.")
Expand Down
2 changes: 1 addition & 1 deletion tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def test_trim_string(self):
self.assertEqual(ret, 'a[...]')

def test_mkdir(self):
"""Tests the make directory funciton"""
"""Tests the make directory function"""
with TempfileManager(None) as temp_dir:
created = '%s/test' % temp_dir
make_dir(created)
Expand Down

0 comments on commit 079f348

Please sign in to comment.