aboutsummaryrefslogtreecommitdiffstats
path: root/airpcap_loader.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2007-01-26 06:45:12 +0000
committerGerald Combs <gerald@wireshark.org>2007-01-26 06:45:12 +0000
commit065e9f88e54aa837270ec0bd2d499c977dda3007 (patch)
treef3ddb59d028c12bd0ea3c4f8ea18767bc21d47f1 /airpcap_loader.c
parent0dad9f1bb25af4fe6e072ff45f21134d73752ce9 (diff)
Spelling fixes.
svn path=/trunk/; revision=20561
Diffstat (limited to 'airpcap_loader.c')
-rw-r--r--airpcap_loader.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/airpcap_loader.c b/airpcap_loader.c
index b17aabf348..91e23bc578 100644
--- a/airpcap_loader.c
+++ b/airpcap_loader.c
@@ -53,7 +53,7 @@
#include "airpcap_loader.h"
/*
- * We load dinamically the dag library in order link it only when
+ * We load dynamically the dag library in order link it only when
* it's present on the system
*/
static HMODULE AirpcapLib = NULL;
@@ -262,7 +262,7 @@ load_wlan_driver_wep_keys()
prefs_apply(wlan_prefs);
- write_wlan_driver_wep_keys_to_regitry(user_data->list);
+ write_wlan_driver_wep_keys_to_registry(user_data->list);
/* FREE MEMORY */
/* free the WEP key string */
@@ -287,7 +287,7 @@ load_wlan_driver_wep_keys()
* This will be stored into the registry...
*/
BOOL
-write_wlan_wep_keys_to_regitry(airpcap_if_info_t* info_if, GList* key_list)
+write_wlan_wep_keys_to_registry(airpcap_if_info_t* info_if, GList* key_list)
{
UINT i,j;
GString *new_key;
@@ -377,7 +377,7 @@ write_wlan_wep_keys_to_regitry(airpcap_if_info_t* info_if, GList* key_list)
* This will be stored into the registry...
*/
BOOL
-write_wlan_driver_wep_keys_to_regitry(GList* key_list)
+write_wlan_driver_wep_keys_to_registry(GList* key_list)
{
UINT i,j,k,n,y;
GString *new_key;