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:
authorconcatime <concatime@users.noreply.github.com>2017-05-31 00:23:24 +0300
committerGitHub <noreply@github.com>2017-05-31 00:23:24 +0300
commit908e17d7ae19d179aa7216f807575c971976a03c (patch)
treefbe85a713265dcb86d7f98dacbe67c610d636304 /scripts/murmur.ini
parent3754898ac94ed3f1e86408114917d1b4c06f17b3 (diff)
Update murmur.ini
Removed useless whitespaces...
Diffstat (limited to 'scripts/murmur.ini')
-rw-r--r--scripts/murmur.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/murmur.ini b/scripts/murmur.ini
index 07f039fb0..159248cbf 100644
--- a/scripts/murmur.ini
+++ b/scripts/murmur.ini
@@ -69,7 +69,7 @@ ice="tcp -h 127.0.0.1 -p 6502"
; You can set a plaintext "secret" on the Ice connection, and
; any script attempting to access must then have this secret
; (as context with name "secret").
-; Access is split in read (look only) and write (modify)
+; Access is split in read (look only) and write (modify)
; operations. Write access always includes read access,
; unless read is explicitly denied (see note below).
;
@@ -177,7 +177,7 @@ allowping=true
;registerUrl=http://www.mumble.info/
;registerHostname=
-; If this option is enabled, the server will announce its presence via the
+; If this option is enabled, the server will announce its presence via the
; bonjour service discovery protocol. To change the name announced by bonjour
; adjust the registerName variable.
; See http://developer.apple.com/networking/bonjour/index.html for more information