aboutsummaryrefslogtreecommitdiffstats
path: root/nanoftp.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-12-31 16:16:02 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-12-31 16:16:02 +0000
commitcbaf399537a1fb69ef97b079e4cb553869aaa4d9 (patch)
tree05c7802f8e0c366451d19a827cb7d4186d31825c /nanoftp.c
parent7f9a6806ed3d37063e159b257aec029ffda1e1af (diff)
downloadandroid_external_libxml2-cbaf399537a1fb69ef97b079e4cb553869aaa4d9.tar.gz
android_external_libxml2-cbaf399537a1fb69ef97b079e4cb553869aaa4d9.tar.bz2
android_external_libxml2-cbaf399537a1fb69ef97b079e4cb553869aaa4d9.zip
applied 42 documentation patches from Charlie Bozeman. Regenerated the
* *.c include/libxml/*.h doc/html/*: applied 42 documentation patches from Charlie Bozeman. Regenerated the HTML docs. Daniel
Diffstat (limited to 'nanoftp.c')
-rw-r--r--nanoftp.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/nanoftp.c b/nanoftp.c
index 7224a5ad..875e54a7 100644
--- a/nanoftp.c
+++ b/nanoftp.c
@@ -12,9 +12,9 @@
#define HAVE_NETINET_IN_H
#define HAVE_NETDB_H
#define HAVE_SYS_TIME_H
-#else /* STANDALONE */
+#else /* TESTING */
#define NEED_SOCKETS
-#endif /* STANDALONE */
+#endif /* TESTING */
#include "libxml.h"
@@ -768,7 +768,7 @@ xmlNanoFTPCheckResponse(void *ctx) {
}
/**
- * Send the user authentification
+ * Send the user authentication
*/
static int
@@ -793,7 +793,7 @@ xmlNanoFTPSendUser(void *ctx) {
}
/**
- * Send the password authentification
+ * Send the password authentication
*/
static int
@@ -1013,7 +1013,7 @@ xmlNanoFTPConnect(void *ctx) {
*/
switch (proxyType) {
case 0:
- /* we will try in seqence */
+ /* we will try in sequence */
case 1:
/* Using SITE command */
snprintf(buf, sizeof(buf), "SITE %s\r\n", ctxt->hostname);