git: a698a8fe4516 - stable/13 - libiscsiutil: Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 14 Jan 2023 09:27:38 UTC
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=a698a8fe4516bedf4a1751229bfcd68228e55a73 commit a698a8fe4516bedf4a1751229bfcd68228e55a73 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2023-01-11 10:52:55 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2023-01-14 09:25:59 +0000 libiscsiutil: Fix a typo in a source code comment - s/sesion/session/ (cherry picked from commit 29b36af9981e7f194abe68b0359448846c021cd6) --- lib/libiscsiutil/keys.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libiscsiutil/keys.c b/lib/libiscsiutil/keys.c index 349be2a24f18..f1f087239b7e 100644 --- a/lib/libiscsiutil/keys.c +++ b/lib/libiscsiutil/keys.c @@ -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++) {