mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
fix typo
This commit is contained in:
parent
0db8961a4c
commit
68300bced9
1 changed files with 1 additions and 1 deletions
|
@ -261,7 +261,7 @@ check: if (optarg == endptr)
|
|||
|
||||
ret = log_init(&sn.log, level, LOG_ALL);
|
||||
if (ret)
|
||||
error("Failed to intialize log");
|
||||
error("Failed to initialize log");
|
||||
|
||||
ret = log_start(&sn.log);
|
||||
if (ret)
|
||||
|
|
Loading…
Add table
Reference in a new issue