Fixed issues found by winapi_check.

diff --git a/dlls/wininet/internet.c b/dlls/wininet/internet.c
index 19d58bc..1b4d9fe 100644
--- a/dlls/wininet/internet.c
+++ b/dlls/wininet/internet.c
@@ -938,7 +938,7 @@
 }
 
 /***********************************************************************
- *	InternetCheckConnection
+ *	InternetCheckConnectionA
  *
  * Pings a requested host to check internet connection
  *
diff --git a/include/acconfig.h b/include/acconfig.h
index 88812d5..ba4242b 100644
--- a/include/acconfig.h
+++ b/include/acconfig.h
@@ -25,7 +25,7 @@
 #undef HAVE_LIBXXSHM
 
 /* Define if you have the X Shape extension */
-#undef HAVE_LIBXSHAPE                         
+#undef HAVE_LIBXSHAPE
 
 /* Define if you have the Xxf86vm library */
 #undef HAVE_LIBXXF86VM
diff --git a/include/config.h.in b/include/config.h.in
index e6d67f3..dccd34e 100644
--- a/include/config.h.in
+++ b/include/config.h.in
@@ -69,7 +69,7 @@
 #undef HAVE_LIBXXSHM
 
 /* Define if you have the X Shape extension */
-#undef HAVE_LIBXSHAPE                         
+#undef HAVE_LIBXSHAPE
 
 /* Define if you have the Xxf86vm library */
 #undef HAVE_LIBXXF86VM