From 96a24cc79f7a32851cc2005603e32633389043a3 Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Tue, 26 Feb 2013 04:42:26 +0000 Subject: Fix spelling/typos found using a list of commonly misspelled words. The misspellings were mostly in comments but some were in text strings visible to the user. svn path=/trunk/; revision=47899 --- airpcap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'airpcap.h') diff --git a/airpcap.h b/airpcap.h index 657f6dd03b..a55fc5550f 100644 --- a/airpcap.h +++ b/airpcap.h @@ -627,7 +627,7 @@ gboolean AirpcapSetDriverDecryptionState(PAirpcapHandle AdapterHandle, AirpcapDe \brief Tells if this open instance is configured to perform the decryption of the incoming frames with the global driver set of keys. \param AdapterHandle Handle to the adapter. \param PEnable Pointer to a user supplied variable that will contain the decryption configuration. See \ref PAirpcapDecryptionState for details. - \return TRUE if the operation is succesful. FALSE otherwise. + \return TRUE if the operation is successful. FALSE otherwise. The global decryption keys can be configured with the \ref AirpcapSetDriverKeys() function. \note By default, the driver is configured with \ref AIRPCAP_DECRYPTION_ON. -- cgit v1.2.3