Typos and docker test fix for ubuntu-22.04

This commit is contained in:
Olof hagsand 2022-11-09 16:39:00 +01:00
parent d5c657bde3
commit f82ce896a9
4 changed files with 14 additions and 4 deletions

View file

@ -82,7 +82,7 @@
/*! New element last in list, check if already exists if sp return -1
* @param[in] vec Vector of existing entries (new is last)
* @param[in] i1 The new entry is placed at vec[i1]
* @param[in] vlen Lenght of entry
* @param[in] vlen Length of entry
* @param[in] sorted Sorted by system, ie sorted by key, otherwise no assumption
* @retval 0 OK, entry is unique
* @retval -1 Duplicate detected