Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
DVR: fix typo
  • Loading branch information
perexg committed Oct 22, 2015
1 parent 668d3a6 commit da0a508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dvr/dvr_db.c
Expand Up @@ -2595,7 +2595,7 @@ const idclass_t dvr_entry_class = {
{
.type = PT_STR,
.id = "autorec_caption",
.name = N_("Auto Recorrd Caption"),
.name = N_("Auto Record Caption"),
.get = dvr_entry_class_autorec_caption_get,
.opts = PO_RDONLY | PO_NOSAVE | PO_HIDDEN,
},
Expand Down

0 comments on commit da0a508

Please sign in to comment.