src/ : Fix two typos.

* 'norrmal' -> 'normal'.
* 'fames' -> 'frames'.

Reported-by: lvqcl <lvqcl.mail@gmail.com>
This commit is contained in:
Erik de Castro Lopo
2014-06-01 17:29:32 +10:00
parent be0a894278
commit cdb465787c
2 changed files with 2 additions and 2 deletions

View File

@@ -39,7 +39,7 @@
#include "share/compat.h"
/*
* FLAC needs to compile and work correctly on systems with a norrmal ISO C99
* FLAC needs to compile and work correctly on systems with a normal ISO C99
* snprintf as well as Microsoft Visual Studio which has an non-standards
* conformant snprint_s function.
*