From 052b6fc4bb05527279275672308bcfd5cbb0a393 Mon Sep 17 00:00:00 2001 From: zumbrunn Date: Tue, 19 May 2009 14:38:54 +0000 Subject: [PATCH] fixed code example for helma.Ftp.deleteFile method to use correct method name --- helma/Ftp.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helma/Ftp.js b/helma/Ftp.js index 75d40c0e..67296bfa 100644 --- a/helma/Ftp.js +++ b/helma/Ftp.js @@ -492,7 +492,7 @@ helma.Ftp = function(server) { /** * Deletes a file on the FTP server. * - * @example var str = ftp.delete("messages.txt"); + * @example var str = ftp.deleteFile("messages.txt"); * @param {String} remoteFile as String, the name of the file to be deleted * @return Boolean true if the deletion was successful, false otherwise * @type Boolean