From d38b410337af9401271e936d358468fbe74e9e12 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Wed, 28 Feb 2018 04:43:28 +0000 Subject: [PATCH] spelling: pointed --- src/SeeDll/Packet32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SeeDll/Packet32.c b/src/SeeDll/Packet32.c index 6858b60b..d2e1d80c 100644 --- a/src/SeeDll/Packet32.c +++ b/src/SeeDll/Packet32.c @@ -435,7 +435,7 @@ LONG PacketDumpRegistryKey(PCHAR KeyName, PCHAR FileName) \brief Returns the version of a dll or exe file \param FileName Name of the file whose version has to be retrieved. \param VersionBuff Buffer that will contain the string with the file version. - \param VersionBuffLen Length of the buffer poited by VersionBuff. + \param VersionBuffLen Length of the buffer pointed by VersionBuff. \return If the function succeeds, the return value is TRUE. \note uses the GetFileVersionInfoSize() and GetFileVersionInfo() WIN32 API functions