Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Adam <dev@robert-adam.de>2020-02-27 17:53:26 +0300
committerRobert Adam <dev@robert-adam.de>2020-02-27 17:53:26 +0300
commitf53d93531208dc1dfa0af946aada68a5fd658c3e (patch)
tree86ccb25a767621a7a4c49d4c31fc14083eade536 /src/murmur/Messages.cpp
parent4d1f98b485a42df47afe4ab364e7301e895fa5d9 (diff)
murmur/Messages.cpp: Added periods to the end of sentences in comments
Diffstat (limited to 'src/murmur/Messages.cpp')
-rw-r--r--src/murmur/Messages.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/murmur/Messages.cpp b/src/murmur/Messages.cpp
index b0c252e04..fd5f184a1 100644
--- a/src/murmur/Messages.cpp
+++ b/src/murmur/Messages.cpp
@@ -77,9 +77,9 @@
sendMessage(uSource, mppd); \
}
-/// A helper class for managing temporary access tokens
+/// A helper class for managing temporary access tokens.
/// It will add the tokens in the comstructor and remove them again in the destructor effectively
-/// turning the tokens into a scope-based property
+/// turning the tokens into a scope-based property.
class TemporaryAccessTokenHelper {
protected:
ServerUser *affectedUser;