diff --git a/src/Cedar/winpcap/Packet32.h b/src/Cedar/winpcap/Packet32.h index 8c2c8c4a..43a7bac3 100644 --- a/src/Cedar/winpcap/Packet32.h +++ b/src/Cedar/winpcap/Packet32.h @@ -346,7 +346,7 @@ LONG PacketDumpRegistryKey(PCHAR KeyName, PCHAR FileName); #endif #endif -/* We load dinamically the dag library in order link it only when it's present on the system */ +/* We load dynamically the dag library in order link it only when it's present on the system */ #ifdef HAVE_DAG_API typedef dagc_t* (*dagc_open_handler)(const char *source, unsigned flags, char *ebuf); ///< prototype used to dynamically load the dag dll typedef void (*dagc_close_handler)(dagc_t *dagcfd); ///< prototype used to dynamically load the dag dll diff --git a/src/See/Packet32.h b/src/See/Packet32.h index 8c2c8c4a..43a7bac3 100644 --- a/src/See/Packet32.h +++ b/src/See/Packet32.h @@ -346,7 +346,7 @@ LONG PacketDumpRegistryKey(PCHAR KeyName, PCHAR FileName); #endif #endif -/* We load dinamically the dag library in order link it only when it's present on the system */ +/* We load dynamically the dag library in order link it only when it's present on the system */ #ifdef HAVE_DAG_API typedef dagc_t* (*dagc_open_handler)(const char *source, unsigned flags, char *ebuf); ///< prototype used to dynamically load the dag dll typedef void (*dagc_close_handler)(dagc_t *dagcfd); ///< prototype used to dynamically load the dag dll diff --git a/src/SeeDll/Packet32.c b/src/SeeDll/Packet32.c index f79465fd..3d41f2a4 100644 --- a/src/SeeDll/Packet32.c +++ b/src/SeeDll/Packet32.c @@ -64,7 +64,7 @@ GAAHandler GetAdaptersAddressesPointer = NULL; #endif // _WINNT4 #ifdef HAVE_DAG_API -/* We load dinamically the dag library in order link it only when it's present on the system */ +/* We load dynamically the dag library in order link it only when it's present on the system */ dagc_open_handler p_dagc_open = NULL; dagc_close_handler p_dagc_close = NULL; dagc_getlinktype_handler p_dagc_getlinktype = NULL; @@ -127,7 +127,7 @@ BOOL APIENTRY DllMain (HANDLE DllHandle,DWORD Reason,LPVOID lpReserved) PacketGetFileVersion(TEXT("drivers\\see.sys"), PacketDriverVersion, sizeof(PacketDriverVersion)); // - // Locate GetAdaptersAddresses dinamically since it is not present in Win2k + // Locate GetAdaptersAddresses dynamically since it is not present in Win2k // IPHMod = GetModuleHandle(TEXT("Iphlpapi")); @@ -136,7 +136,7 @@ BOOL APIENTRY DllMain (HANDLE DllHandle,DWORD Reason,LPVOID lpReserved) #endif // _WINNT4 #ifdef HAVE_DAG_API - /* We load dinamically the dag library in order link it only when it's present on the system */ + /* We load dynamically the dag library in order link it only when it's present on the system */ if((DagcLib = LoadLibrary(TEXT("dagc.dll"))) == NULL) { // Report the error but go on diff --git a/src/SeeDll/Packet32.h b/src/SeeDll/Packet32.h index b5cd1cf9..d2ddbe30 100644 --- a/src/SeeDll/Packet32.h +++ b/src/SeeDll/Packet32.h @@ -347,7 +347,7 @@ LONG PacketDumpRegistryKey(PCHAR KeyName, PCHAR FileName); #endif #endif -/* We load dinamically the dag library in order link it only when it's present on the system */ +/* We load dynamically the dag library in order link it only when it's present on the system */ #ifdef HAVE_DAG_API typedef dagc_t* (*dagc_open_handler)(const char *source, unsigned flags, char *ebuf); ///< prototype used to dynamically load the dag dll typedef void (*dagc_close_handler)(dagc_t *dagcfd); ///< prototype used to dynamically load the dag dll