]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ALSA: seq: fix spelling mistake "Unamed" -> "Unnamed"
authorColin Ian King <colin.king@canonical.com>
Sat, 26 May 2018 15:11:00 +0000 (16:11 +0100)
committerTakashi Iwai <tiwai@suse.de>
Sat, 26 May 2018 21:59:32 +0000 (23:59 +0200)
Trivial fix to spelling mistake in string

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/seq/seq_ports.c

index d21ece9f8d7365e5e621156f1e44b85aa11eb1a1..24d90abfc64dfee2dfc049e836ab2e7a5d2a7c60 100644 (file)
@@ -669,7 +669,7 @@ int snd_seq_event_port_attach(int client,
        /* Set up the port */
        memset(&portinfo, 0, sizeof(portinfo));
        portinfo.addr.client = client;
-       strlcpy(portinfo.name, portname ? portname : "Unamed port",
+       strlcpy(portinfo.name, portname ? portname : "Unnamed port",
                sizeof(portinfo.name));
 
        portinfo.capability = cap;