Skip to content

Commit

Permalink
Spelling Error
Browse files Browse the repository at this point in the history
  • Loading branch information
MNThomson committed Feb 24, 2021
1 parent 232f595 commit a8e9b17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ZoomBuddy.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand All @@ -179,4 +179,4 @@ def connect(meetingID, passWD):
sys.exit(0)

if __name__ == "__main__":
main()
main()

0 comments on commit a8e9b17

Please sign in to comment.