Skip to content

Commit 65164ac

Browse files
committed
More typos
1 parent 8470f53 commit 65164ac

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ Have a well defined api for server side teeworlds bots:
184184
- It should be hot reloadable.
185185

186186
The whole thing would be pure, without side effects. There is no networking. There is no IO.
187-
There is no context needed of what happend before or after. It is basically turn based teeworlds.
187+
There is no context needed of what happened before or after. It is basically turn based teeworlds.
188188
Given the current inputs/velocity/world what is the best move for this tick.
189189

190190
Sample of a current implementation of a bot that should be outdated by this new api.

src/tools/twbl_probe.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ void ProbeLib(const char *pLibPath)
120120

121121
void usage()
122122
{
123-
puts("usage: twbl_proble <TWBL_LIB>");
123+
puts("usage: twbl_probe <TWBL_LIB>");
124124
puts("description: prints information about twbl shared objects");
125125
}
126126

0 commit comments

Comments
 (0)