Fixed some typos, courtesy of codespell

This commit is contained in:
Tobias Brunner
2020-11-04 10:06:46 +01:00
parent dff243a1bd
commit a6f0e19bf5
20 changed files with 20 additions and 20 deletions
@@ -54,7 +54,7 @@ typedef struct cache_entry_t cache_entry_t;
* Cache line in the interface name cache.
*/
struct cache_entry_t {
/** requid of the CHILD_SA */
/** reqid of the CHILD_SA */
uint32_t reqid;
/** cached interface name */
char *iface;