From af3f94b37ebb4e6b2d03f937e40a157a17dff223 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 25 Jan 2010 10:38:35 +0000 Subject: - Patch #693614 by asimmonds: fixed PHPDoc spelling typos. --- includes/authorize.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/authorize.inc') diff --git a/includes/authorize.inc b/includes/authorize.inc index 1d354657e..aa02489fa 100644 --- a/includes/authorize.inc +++ b/includes/authorize.inc @@ -59,7 +59,7 @@ function authorize_filetransfer_form($form_state) { * Here we create two submit buttons. For a JS enabled client, they will * only ever see submit_process. However, if a client doesn't have JS * enabled, they will see submit_connection on the first form (when picking - * what filetranfer type to use, and submit_process on the second one (which + * what filetransfer type to use, and submit_process on the second one (which * leads to the actual operation). */ $form['submit_connection'] = array( -- cgit v1.2.3