Skip to content

Commit

Permalink
docs: fix simple typo, scoll -> scroll (#895)
Browse files Browse the repository at this point in the history
There is a small typo in NEMbox/ui.py.

Should read `scroll` rather than `scoll`.
  • Loading branch information
timgates42 committed Dec 22, 2020
1 parent c904537 commit 9fcaf11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NEMbox/ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ def build_menu(self, datatype, title, datalist, offset, index, step, start):
datalist[i]["album_name"],
)

# the length decides whether to scoll
# the length decides whether to scroll
if truelen(name) < self.content_width:
self.addstr(
i - offset + 9,
Expand Down

0 comments on commit 9fcaf11

Please sign in to comment.