Skip to content

Commit

Permalink
Comment typofix: "memeber" -> "member"
Browse files Browse the repository at this point in the history
Signed-off-by: Marko Lindqvist <[email protected]>
  • Loading branch information
cazfi committed Apr 6, 2024
1 parent 81bde07 commit 1bbbefd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/gui-sdl2/widget_scrollbar.c
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@ static struct widget *vertical_scroll_widget_list(struct widget *active_widget_l
/*
unsymmetric list support.
This is big problem because we can't take position from unexisting
list memeber. We must put here some hypothetical positions
list member. We must put here some hypothetical positions
[B0] [B1] [B2]
--------------
Expand Down
2 changes: 1 addition & 1 deletion client/gui-sdl3/widget_scrollbar.c
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ static struct widget *vertical_scroll_widget_list(struct widget *active_widget_l
/*
unsymmetric list support.
This is big problem because we can't take position from unexisting
list memeber. We must put here some hypothetical positions
list member. We must put here some hypothetical positions
[B0] [B1] [B2]
--------------
Expand Down

0 comments on commit 1bbbefd

Please sign in to comment.