From a8e9b17b1598c1dd3f0073447d6f92f9b08f2734 Mon Sep 17 00:00:00 2001 From: Max Thomson Date: Wed, 24 Feb 2021 23:59:26 +0000 Subject: [PATCH] Spelling Error --- ZoomBuddy.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ZoomBuddy.py b/ZoomBuddy.py index 6cb2b28..08e8956 100644 --- a/ZoomBuddy.py +++ b/ZoomBuddy.py @@ -158,7 +158,7 @@ def manual(): def connect(meetingID, passWD): if sys.platform == "linux" or sys.platform == "linux2": Path = "/opt/zoom/zoom" - print("Linux is currently under developement. Please open a Github issue is an error occurs") + print("Linux is currently under developement. Please open a Github issue if an error occurs") sleep(1) elif sys.platform == "darwin": print("MacOS is currently unsupported. Please open an issue with the installation location and it will be added") @@ -179,4 +179,4 @@ def connect(meetingID, passWD): sys.exit(0) if __name__ == "__main__": - main() \ No newline at end of file + main()