From cd83598f7caaf177751d44f3cdf83cada640f0a7 Mon Sep 17 00:00:00 2001 From: Gerald Young Date: Sat, 16 Apr 2005 03:07:41 +0000 Subject: [PATCH] Comment spelling changes. --- www/extras/FileUploadControl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/extras/FileUploadControl.js b/www/extras/FileUploadControl.js index 994a99816..cf6abf650 100755 --- a/www/extras/FileUploadControl.js +++ b/www/extras/FileUploadControl.js @@ -1,6 +1,6 @@ //constructor for a new file upload control object. The object generates file upload boxes based on user //input. Each file upload input is named "file" the control must be rendered in a form. The -//Worspace id is the id of the div in the html page to rener the control in. +//Workspace id is the id of the div in the html page to render the control in. function FileUploadControl(workspaceId, imageArray) {