File 0013-Spelling-fixes.patch of Package vdr-plugin-skinenigmang
From 1a4a5979b0d8c34b8e2aae4bd0f91a4973ea6b12 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ville=20Skytt=C3=A4?= <ville.skytta@iki.fi>
Date: Mon, 17 Dec 2012 12:22:47 +0100
Subject: [PATCH 13/19] Spelling fixes.
---
README | 4 ++--
services/epgsearch.h | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/README b/README
index b91f74a..e7d7001 100644
--- a/README
+++ b/README
@@ -320,7 +320,7 @@ Setup Options
* Fonts
If you've set the VDR OSD option "Use small font" to "skin dependent" then
- you can set your prefered fonts for various areas. If you've patched additional
+ you can set your preferred fonts for various areas. If you've patched additional
fonts into VDR you need to set the SKINENIGMA_FONTS define (see above) to see
them in the list of available fonts.
@@ -360,7 +360,7 @@ Setup Options
If set to "if exists" it will use the subtitle to find reruns if the
current event contains a subtitle. This will also require a full title match,
e.g. if title is "Brisant" and subtitle is "Boulevard Magazin" it will find
- only events with title and subtitle beeing exactly "Brisant" and "Boulevard
+ only events with title and subtitle being exactly "Brisant" and "Boulevard
Magazin". It won't find events named "Brisant Classix" or "Brisant" without
subtitle.
If set to "always" it will always use the subtitle even if it's empty. As a
diff --git a/services/epgsearch.h b/services/epgsearch.h
index de29299..f726520 100644
--- a/services/epgsearch.h
+++ b/services/epgsearch.h
@@ -119,7 +119,7 @@ struct Epgsearch_switchtimer_v1_0
{
// in
const cEvent* event;
- int mode; // mode (0=query existance, 1=add/modify, 2=delete)
+ int mode; // mode (0=query existence, 1=add/modify, 2=delete)
// in/out
int switchMinsBefore;
int announceOnly;
--
2.20.1