mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +00:00
Unknow > Unknown
This commit is contained in:
parent
81969edcfb
commit
c272c57b5e
1 changed files with 1 additions and 1 deletions
|
@ -882,7 +882,7 @@ static void parse_divecomputerid_keyvalue(void *_cid, const char *key, const cha
|
|||
cid->nickname = value;
|
||||
return;
|
||||
}
|
||||
report_error("Unknow divecomputerid key/value pair (%s/%s)", key, value);
|
||||
report_error("Unknown divecomputerid key/value pair (%s/%s)", key, value);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Reference in a new issue