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:
authorAlexis Jeandeau <alexis.jeandeau@gmail.com>2017-08-24 02:22:01 +0300
committerAlexis Jeandeau <alexis.jeandeau@gmail.com>2017-08-24 02:22:01 +0300
commitba6d829b10e7502f47a8f35500488fa3d5d421ed (patch)
tree8ab057702384f60d657c9a3fea1fcaa5af302902 /src/murmur/MurmurGRPCImpl.cpp
parent13bad232fac54c8134ed3223683ccd00e0adce48 (diff)
MurmurGRPCImpl.cpp: fix typo
Diffstat (limited to 'src/murmur/MurmurGRPCImpl.cpp')
-rw-r--r--src/murmur/MurmurGRPCImpl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/murmur/MurmurGRPCImpl.cpp b/src/murmur/MurmurGRPCImpl.cpp
index efcc1106e..2c7760e1a 100644
--- a/src/murmur/MurmurGRPCImpl.cpp
+++ b/src/murmur/MurmurGRPCImpl.cpp
@@ -123,7 +123,7 @@ void GRPCStart() {
service = new MurmurRPCImpl(address, credentials);
- qWarning("GRPC: lisetning on '%s'", qPrintable(address));
+ qWarning("GRPC: listening on '%s'", qPrintable(address));
}
void GRPCStop() {