Skip to content
This repository has been archived by the owner on Feb 26, 2022. It is now read-only.

Commit

Permalink
* src/display.c (clear_board): Correct typo (Pediod -> Period).
Browse files Browse the repository at this point in the history
  • Loading branch information
keybuk committed May 14, 2006
1 parent d4b801d commit 0dfa4e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
2006-05-14 Scott James Remnant <scott@netsplit.com>

* src/display.c (clear_board): Correct typo (Pediod -> Period).

* README: Document the HACKING file, despite being standard for
a while now; some people are still relying on Debian's backward
auto* installation (including Ubuntu ... must fix that in edgy).
Expand Down
2 changes: 1 addition & 1 deletion src/display.c
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ clear_board (CurrentState *state)
mvwprintw (boardwin, 0, 0,
"%2s %2s %-14s %-8s %-8s %-8s %5s %5s %5s %-2s",
_("P"), _(""), _("Name"), _("Period 1"),
_("Pediod 2"), _("Period 3"), _("Sec 1"),
_("Period 2"), _("Period 3"), _("Sec 1"),
_("Sec 2"), _("Sec 3"), _("Ls"));
break;
}
Expand Down

0 comments on commit 0dfa4e6

Please sign in to comment.