Fix several spelling errors for “writable” and derivatives.

Signed-off-by: Jordi Mallach <jordi@debian.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
Jordi Mallach 2013-05-15 19:06:00 +02:00 committed by Takashi Iwai
parent b906db19ef
commit 39a4dad148
3 changed files with 4 additions and 4 deletions

View file

@ -989,7 +989,7 @@ static void dump_objects(struct alisp_instance *instance, const char *fname)
else
err = snd_output_stdio_open(&out, fname, "w+");
if (err < 0) {
SNDERR("alisp: cannot open file '%s' for writting (%s)", fname, snd_strerror(errno));
SNDERR("alisp: cannot open file '%s' for writing (%s)", fname, snd_strerror(errno));
return;
}
@ -1062,7 +1062,7 @@ static void dump_obj_lists(struct alisp_instance *instance, const char *fname)
else
err = snd_output_stdio_open(&out, fname, "w+");
if (err < 0) {
SNDERR("alisp: cannot open file '%s' for writting (%s)", fname, snd_strerror(errno));
SNDERR("alisp: cannot open file '%s' for writing (%s)", fname, snd_strerror(errno));
return;
}