Skip to content
Snippets Groups Projects
Commit 2f8fcf06 authored by dmitriy.gerasimov's avatar dmitriy.gerasimov
Browse files

Merge branch 'bugs-3496' into 'master'

bugs-3496

See merge request !105
parents 3617cc08 2e69bd5d
No related branches found
No related tags found
1 merge request!105bugs-3496
......@@ -232,7 +232,7 @@ int main(int argc, const char *argv[])
cparam = dap_app_cli_connect(listen_socket);
if(!cparam)
{
printf("Can't connected to %s\n",dap_get_appname());
printf("Can't connect to %s\n",dap_get_appname());
exit(-1);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment