Skip to content

Commit

Permalink
signifigant -> significant
Browse files Browse the repository at this point in the history
  • Loading branch information
esaruoho authored Sep 20, 2024
1 parent c5d8158 commit ff520bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pythonosc/parsing/ntp.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

from typing import NamedTuple

# 63 zero bits followed by a one in the least signifigant bit is a special
# 63 zero bits followed by a one in the least significant bit is a special
# case meaning "immediately."
IMMEDIATELY = struct.pack('>Q', 1)

Expand Down

0 comments on commit ff520bf

Please sign in to comment.