Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hyades committed Jul 17, 2013
1 parent 48e1742 commit e11aaea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python-api/gstswitch/server.py
Expand Up @@ -133,7 +133,7 @@ def get_record_file(self):
return self.RECORD_FILE

def set_executable_path(self, path):
"""Sets the path where all exceutables
"""Sets the path where all executables
gst-switch-srv, gst-launch-1.0, wtc are located
:param path: Path where exceutables are present
Expand All @@ -146,7 +146,7 @@ def set_executable_path(self, path):
self.PATH = path

def get_executable_path(self, path):
"""Sets the path where all exceutables
"""Sets the path where all executables
gst-switch-srv, gst-launch-1.0, wtc are located
:param path: Path where exceutables are present
Expand Down

0 comments on commit e11aaea

Please sign in to comment.