]> git.ipfire.org Git - thirdparty/strongswan.git/blobdiff - src/libcharon/plugins/eap_radius/eap_radius_provider.c
Fixed some typos, courtesy of codespell
[thirdparty/strongswan.git] / src / libcharon / plugins / eap_radius / eap_radius_provider.c
index 58bbc2edd6c47f824a4dc8bc3b800bc151368079..8188bb764f02674c8f4aab9b38ce56750c8ebc4f 100644 (file)
@@ -92,7 +92,7 @@ static void destroy_attr(attr_t *this)
  * Hashtable entry with leases and attributes
  */
 typedef struct {
-       /** IKE_SA uniqe id we assign the IP lease */
+       /** IKE_SA unique id we assign the IP lease */
        uintptr_t id;
        /** list of IP leases received from AAA, as host_t */
        linked_list_t *addrs;