Browse Source

tvheadend: fix typo in patch description

Reported-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Peter Korsgaard 11 years ago
parent
commit
ff51f3734b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/tvheadend/tvheadend-004-dont-run-compiled-code.patch

+ 1 - 1
package/tvheadend/tvheadend-004-dont-run-compiled-code.patch

@@ -2,7 +2,7 @@ support: don't try to run compiled code
 
 When cross-compiling, we can't run the compiled code.
 
-Consider the compiler returning succes as an indication
+Consider the compiler returning success as an indication
 it is working.
 
 Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>