Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tammo Jan Dijkema
dt_ctrl
Commits
da65aa74
Commit
da65aa74
authored
Jan 23, 2015
by
Daan Vreeken
Browse files
Fix spelling eerors.
modified: console/console/spg_auth.c modified: console/console/trace_proxy.c
parent
6a75b662
Changes
2
Hide whitespace changes
Inline
Side-by-side
console/console/spg_auth.c
View file @
da65aa74
...
...
@@ -328,7 +328,7 @@ int main (int argc, char **argv)
command_close
(
list
);
command_free
(
list
);
log_send
(
LOG_T_DEBUG
,
"Rec
i
eved list from server, now waiting for clients"
);
log_send
(
LOG_T_DEBUG
,
"Rece
i
ved list from server, now waiting for clients"
);
for
(
i
=
0
;
i
<
spgs_nr
;
i
++
)
{
spgs
[
i
].
spg_cmd
=
command_open_simple
(
command_host
,
CTRL_COMMAND_PORT
,
spgs
[
i
].
name
,
command_id
,
...
...
console/console/trace_proxy.c
View file @
da65aa74
...
...
@@ -550,7 +550,7 @@ int main (int argc, char **argv)
trace_close
(
list
);
trace_free
(
list
);
printf
(
"Rec
i
eved list from server, now waiting for clients
\n
"
);
printf
(
"Rece
i
ved list from server, now waiting for clients
\n
"
);
while
(
1
)
{
struct
timeval
timeout
;
...
...
Write
Preview
Supports
Markdown
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