Fixed typos in cli output and source code comments
This commit is contained in:
committed by
Andreas Eversberg
parent
97636aac1e
commit
a07764f0d9
@@ -72,7 +72,7 @@ int fm_mod_init(fm_mod_t *mod, double samplerate, double offset, double amplitud
|
||||
int i;
|
||||
|
||||
if (!has_init) {
|
||||
fprintf(stderr, "libfm was not initialized, plese fix!\n");
|
||||
fprintf(stderr, "libfm was not initialized, please fix!\n");
|
||||
abort();
|
||||
}
|
||||
|
||||
@@ -264,7 +264,7 @@ again:
|
||||
int fm_demod_init(fm_demod_t *demod, double samplerate, double offset, double bandwidth)
|
||||
{
|
||||
if (!has_init) {
|
||||
fprintf(stderr, "libfm was not initialized, plese fix!\n");
|
||||
fprintf(stderr, "libfm was not initialized, please fix!\n");
|
||||
abort();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user