]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Update server.c
authorJohnBeton22 <JohnBeton22@users.noreply.github.com>
Tue, 30 Oct 2018 21:06:03 +0000 (22:06 +0100)
committerJaroslav Kysela <perex@perex.cz>
Wed, 31 Oct 2018 07:26:01 +0000 (08:26 +0100)
fix small typo

src/satip/server.c

index f0ad778fc036f1cf74fd7b42bcf6ef735b27fad0..96a97c2ee1f79a0950664afe864ba4e473c4fbbf 100644 (file)
@@ -952,7 +952,7 @@ const idclass_t satip_server_class = {
       .id     = "satip_drop_fe",
       .name   = N_("Drop \"fe=\" parameter"),
       .desc   = N_("Discard the frontend parameter in RTSP requests, "
-                   "as some clients incorretly use it."),
+                   "as some clients incorrectly use it."),
       .off    = offsetof(struct satip_server_conf, satip_drop_fe),
       .opts   = PO_EXPERT,
       .group  = 5,