Skip to content

Commit

Permalink
grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
vstoykovbg committed Oct 4, 2020
1 parent 3ae5ab2 commit 0c7c715
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mouse-seed-generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def on_move(x, y):
print("Please move the mouse over areas of the screen where this script can \"see\"")
print("the movements. You can confirm that the script sees the mouse movements")
print("by observing the change in the digits below.")
print("On systems using Xwayland the mouse movements are visible only over")
print("On systems using Xwayland, the mouse movements are visible only over")
print("some areas.")

read = input("Press enter when you want to stop collecting randomnes from the mice.\n")
Expand Down Expand Up @@ -91,7 +91,7 @@ def on_move(x, y):
except Exception as detail:
print(" Error. Can't create mnemonic. ", detail)

print ("Here is some random base64 data instead.")
print ("Here are some random base64 data instead.")

print ("\nRandom base64 encoded data:\n")
print (binascii.b2a_base64(global_hash).decode("utf-8"))
Expand Down

0 comments on commit 0c7c715

Please sign in to comment.