From e11aaea2b080d63f55a95b682593d4e6c50c1606 Mon Sep 17 00:00:00 2001 From: hyades Date: Thu, 18 Jul 2013 00:24:33 +0530 Subject: [PATCH] fixed typo --- python-api/gstswitch/server.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-api/gstswitch/server.py b/python-api/gstswitch/server.py index 97b8ddb..5c1480e 100644 --- a/python-api/gstswitch/server.py +++ b/python-api/gstswitch/server.py @@ -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 @@ -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