diff options
author | Tobias Brunner <tobias@strongswan.org> | 2011-07-20 15:57:53 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2011-07-20 16:14:10 +0200 |
commit | f3bb1bd0390407cdc0e807cd9789f5d464034479 (patch) | |
tree | b4f0a5dea4b9f4814bbdec5f1809dec532b9d458 /src/pluto/spdb.h | |
parent | 20a44a5c66960db55803e8a24a3f855a7462adf1 (diff) | |
download | strongswan-f3bb1bd0390407cdc0e807cd9789f5d464034479.tar.bz2 strongswan-f3bb1bd0390407cdc0e807cd9789f5d464034479.tar.xz |
Fixed common misspellings.
Mostly found by 'codespell'.
Diffstat (limited to 'src/pluto/spdb.h')
-rw-r--r-- | src/pluto/spdb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pluto/spdb.h b/src/pluto/spdb.h index 221cc00bb..8a0bffbbd 100644 --- a/src/pluto/spdb.h +++ b/src/pluto/spdb.h @@ -100,7 +100,7 @@ extern notification_t parse_ipsec_sa_body( pb_stream *sa_pbs, /* body of input SA Payload */ const struct isakmp_sa *sa, /* header of input SA Payload */ pb_stream *r_sa_pbs, /* if non-NULL, where to emit winning SA */ - bool selection, /* if this SA is a selection, only one tranform can appear */ + bool selection, /* if this SA is a selection, only one transform can appear */ struct state *st); /* current state object */ extern void backup_pbs(pb_stream *pbs); |