|
@@ -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;
|