mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-01 22:58:49 -04:00
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:
parent
b906db19ef
commit
39a4dad148
3 changed files with 4 additions and 4 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue