diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2020-09-16 13:48:33 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2020-09-16 13:48:33 +0200 |
commit | eebe7c798a689dd1c627f4af5203902665cc2f21 (patch) | |
tree | dbe69c8fc12f2535ae6b8646e8f738eecaab6bb8 /libsi/headers.h | |
parent | 76a7bed57561285b1c32ac8d7a6c68dc607c3d39 (diff) | |
download | vdr-eebe7c798a689dd1c627f4af5203902665cc2f21.tar.gz vdr-eebe7c798a689dd1c627f4af5203902665cc2f21.tar.bz2 |
Fixed several typos
Diffstat (limited to 'libsi/headers.h')
-rw-r--r-- | libsi/headers.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libsi/headers.h b/libsi/headers.h index fa26eea3..f2c42010 100644 --- a/libsi/headers.h +++ b/libsi/headers.h @@ -10,7 +10,7 @@ * the Free Software Foundation; either version 2 of the License, or * * (at your option) any later version. * * * - * $Id: headers.h 4.1 2020/06/23 09:27:09 kls Exp $ + * $Id: headers.h 4.2 2020/09/16 13:48:33 kls Exp $ * * ***************************************************************************/ @@ -2081,7 +2081,7 @@ struct descr_application_icons_descriptor_end { u_char icon_flags_lo :8; }; -/* 0x15 simple application location descrptor */ +/* 0x15 simple application location descriptor */ #define DESCR_SIMPLE_APPLICATION_LOCATION_LEN 3 |