Unknow > Unknown

This commit is contained in:
Martin Měřinský 2017-02-20 08:56:15 +01:00 committed by Dirk Hohndel
parent 81969edcfb
commit c272c57b5e

View file

@ -882,7 +882,7 @@ static void parse_divecomputerid_keyvalue(void *_cid, const char *key, const cha
cid->nickname = value; cid->nickname = value;
return; return;
} }
report_error("Unknow divecomputerid key/value pair (%s/%s)", key, value); report_error("Unknown divecomputerid key/value pair (%s/%s)", key, value);
} }
/* /*