Skip to content

Commit

Permalink
ALSA: seq: fix spelling mistake "Unamed" -> "Unnamed"
Browse files Browse the repository at this point in the history
Trivial fix to spelling mistake in string

Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: Takashi Iwai <[email protected]>
  • Loading branch information
Colin Ian King authored and tiwai committed May 26, 2018
1 parent afe5da3 commit 6231a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/core/seq/seq_ports.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6231a89

Please sign in to comment.