libiscsiutil: Fix a typo in a source code comment

- s/sesion/session/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2023-01-11 11:52:55 +01:00
parent 085a77a677
commit 29b36af998

View File

@ -163,7 +163,7 @@ keys_add(struct keys *keys, const char *name, const char *value)
/*
* Note that we don't check for duplicates here, as they are perfectly
* fine in responses, e.g. the "TargetName" keys in discovery sesion
* fine in responses, e.g. the "TargetName" keys in discovery session
* response.
*/
for (i = 0; i < KEYS_MAX; i++) {