Skip to content

Commit

Permalink
Fix typo (#141) (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
alluding committed Apr 17, 2024
1 parent bbbaf0f commit f8651c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/replit/audio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def does_loop(self) -> bool:
@property
def duration(self) -> timedelta:
"""The duration of the source."""
return timedelta(millaseconds=self.__payload["Duration"])
return timedelta(milliseconds=self.__payload["Duration"])

def get_volume(self) -> float:
"""The volume the source is set to."""
Expand Down

0 comments on commit f8651c7

Please sign in to comment.