]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Fix typo
authorChocobozzz <me@florianbigard.com>
Thu, 23 Feb 2023 07:25:03 +0000 (08:25 +0100)
committerChocobozzz <me@florianbigard.com>
Thu, 23 Feb 2023 07:25:03 +0000 (08:25 +0100)
server/initializers/checker-after-init.ts

index 0df7414bedb8484414c6a3a5e8f3f5e60e38c751..14ed82cb4e0b900444198a7a91071be647aae9e8 100644 (file)
@@ -251,7 +251,7 @@ function checkLiveConfig () {
 
     if (CONFIG.LIVE.RTMPS.ENABLED) {
       if (!CONFIG.LIVE.RTMPS.KEY_FILE) {
-        throw new Error('You must specify a key file to enabled RTMPS')
+        throw new Error('You must specify a key file to enable RTMPS')
       }
 
       if (!CONFIG.LIVE.RTMPS.CERT_FILE) {