Skip to content

Commit

Permalink
DOCS: Fixed typo
Browse files Browse the repository at this point in the history
(cherry picked from commit 30b9cba)
  • Loading branch information
Krzmbrzl committed Jan 13, 2025
1 parent a697f42 commit 5a8dde4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/murmur/ServerUser.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class LeakyBucket {
/// (The capacity of the bucket)
unsigned int m_maxTokens;
/// The amount of tokens currently stored
/// (The amount of whater currently in the bucket)
/// (The amount of whatever currently is in the bucket)
long m_currentTokens;
/// A timer that is used to measure time intervals. It is essential
/// that this timer uses a monotonic clock (which is why QElapsedTimer is
Expand Down

0 comments on commit 5a8dde4

Please sign in to comment.