From ee18d27f26b5f922c3f2b1fb7cb085cc628b3962 Mon Sep 17 00:00:00 2001 From: Tianyu Li Date: Fri, 11 Aug 2023 08:13:12 +0000 Subject: example: fix typos Fix spelling errors found by crate-ci/typos. Signed-off-by: Tianyu Li Reviewed-by: Tuomas Taipale Reviewed-by: Petri Savolainen --- example/ipsec_crypto/odp_ipsec_sa_db.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example/ipsec_crypto/odp_ipsec_sa_db.h') diff --git a/example/ipsec_crypto/odp_ipsec_sa_db.h b/example/ipsec_crypto/odp_ipsec_sa_db.h index 771fcb215..72231369f 100644 --- a/example/ipsec_crypto/odp_ipsec_sa_db.h +++ b/example/ipsec_crypto/odp_ipsec_sa_db.h @@ -29,7 +29,7 @@ typedef enum sa_flags_s { typedef struct sa_db_entry_s { struct sa_db_entry_s *next; /**< Next entry on list */ uint32_t src_ip; /**< Source IPv4 address */ - uint32_t dst_ip; /**< Desitnation IPv4 address */ + uint32_t dst_ip; /**< Destination IPv4 address */ uint32_t spi; /**< Security Parameter Index */ ipsec_alg_t alg; /**< Cipher/auth algorithm */ ipsec_key_t key; /**< Cipher/auth key */ -- cgit v1.2.3