Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
b95a3b3a
Commit
b95a3b3a
authored
Jul 24, 2004
by
Rémi Denis-Courmont
Browse files
Fixed typo
parent
a7405bd0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/misc/vlm.c
View file @
b95a3b3a
...
@@ -881,7 +881,7 @@ static int ExecuteCommand( vlm_t *vlm, char *command , vlm_message_t **p_message
...
@@ -881,7 +881,7 @@ static int ExecuteCommand( vlm_t *vlm, char *command , vlm_message_t **p_message
}
}
else
else
{
{
message
=
vlm_MessageNew
(
p_command
[
0
]
,
"Unknown comand"
);
message
=
vlm_MessageNew
(
p_command
[
0
]
,
"Unknown com
m
and"
);
i_return
=
1
;
i_return
=
1
;
goto
end_seq
;
goto
end_seq
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment