Commit 349164dd authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix spelling of "readable"

parent beeea72f
......@@ -400,8 +400,8 @@ struct es_format_t
when no other stream
>=0: priority */
char *psz_language; /**< human readible language name */
char *psz_description; /**< human readible description of language */
char *psz_language; /**< human-readable language name */
char *psz_description; /**< human-readable description of language */
unsigned i_extra_languages; /**< length in bytes of extra language data pointer */
extra_languages_t *p_extra_languages; /**< extra language data needed by some decoders */
......
......@@ -223,7 +223,7 @@ void rmff_scan_pheader(rmff_pheader_t *h, char *data);
rmff_header_t *rmff_scan_header_stream(int fd);
/*
* prints header information in human readible form to stdout
* prints header information in human-readable form to stdout
*/
void rmff_print_header(rmff_header_t *h);
......
......@@ -83,7 +83,7 @@
* DeliveryService=cds
* Simulcasted (scheduled unicast) content. (Green dot in Kasenna web interface)
* sgiShowingName=A nice name that everyone likes
* A human readible descriptive title for this stream.
* A human-readable descriptive title for this stream.
* sgiSid=2311
* Looks like this is the ID of the scheduled asset?
* sgiUserAccount=pid=1724&time=1078527309&displayText=You%20are%20logged%20as%20guest&
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment