]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Correct counf.
authorMark Clarkstone <hello@markclarkstone.co.uk>
Sun, 27 Mar 2016 21:36:32 +0000 (22:36 +0100)
committerJaroslav Kysela <perex@perex.cz>
Mon, 28 Mar 2016 07:48:09 +0000 (09:48 +0200)
src/memoryinfo.c

index d76a914e4b75340a955a5223264c741364f2cf23..1ed232975d3abeba7b1fb4474c4e5eb9650eeb8a 100644 (file)
@@ -60,14 +60,14 @@ const idclass_t memoryinfo_class = {
     {
       .type     = PT_S64_ATOMIC,
       .id       = "count",
-      .name     = N_("Counf of objects"),
+      .name     = N_("Count of objects"),
       .off      = offsetof(memoryinfo_t, my_count),
       .opts     = PO_RDONLY | PO_NOSAVE,
     },
     {
       .type     = PT_S64_ATOMIC,
       .id       = "peak_count",
-      .name     = N_("Peak counf of objects"),
+      .name     = N_("Peak count of objects"),
       .off      = offsetof(memoryinfo_t, my_peak_count),
       .opts     = PO_RDONLY | PO_NOSAVE,
     },