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:
Diffstat (limited to 'src/murmur/DBus.h')
-rw-r--r--src/murmur/DBus.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/murmur/DBus.h b/src/murmur/DBus.h
index 64d9fe7d6..210611d8a 100644
--- a/src/murmur/DBus.h
+++ b/src/murmur/DBus.h
@@ -146,11 +146,11 @@ public slots:
void channelRemoved(const Channel *c);
public slots:
- // Order of paremeters is IMPORTANT, or Qt will barf.
+ // Order of parameters is IMPORTANT, or Qt will barf.
// Needs to be:
// First all input parameters (non-ref or const-ref)
// Then const QDbusMessage ref
- // Then output paremeters (ref)
+ // Then output parameters (ref)
// Unfortunately, this makes things look chaotic, but luckily it looks sane again when introspected.
// make SURE arguments have sane names, the argument-name will be exported in introspection xml.