Description: This patch fixes spelling mistakes in upstream code. Forwarded: not yet Author: Thomas Goirand --- xen-4.1.1.orig/tools/misc/xenpm.c +++ xen-4.1.1/tools/misc/xenpm.c @@ -1191,7 +1191,7 @@ int main(int argc, char *argv[]) if ( nr_matches > 1 ) { - fprintf(stderr, "Ambigious options: "); + fprintf(stderr, "Ambiguous options: "); for ( i = 0; i < nr_matches; i++ ) fprintf(stderr, " %s", main_options[matches_main_options[i]].name); fprintf(stderr, "\n"); --- xen-4.1.1.orig/qemu/audio/alsaaudio.c +++ xen-4.1.1/qemu/audio/alsaaudio.c @@ -475,7 +475,7 @@ static int alsa_open (int in, struct als (obt->fmt != req->fmt || obt->nchannels != req->nchannels || obt->freq != req->freq)) { - dolog ("Audio paramters for %s\n", typ); + dolog ("Audio parameters for %s\n", typ); alsa_dump_info (req, obt); }