Fix typos

Found via `codespell -q 3 -S ./deps -L fo,numer,te,uint,wille`
This commit is contained in:
luz.paz
2019-08-12 06:52:31 -04:00
committed by linkmauve
parent 7f02898264
commit 7105ff2dfd
8 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -889,7 +889,7 @@ timer varies depending on the operating system and hardware. You can query the
frequency, in Hz, with @ref glfwGetTimerFrequency.
@code
uint64_t freqency = glfwGetTimerFrequency();
uint64_t frequency = glfwGetTimerFrequency();
@endcode