Index: advancedsort.php
===================================================================
--- advancedsort.php	(revision 767)
+++ advancedsort.php	(working copy)
@@ -106,7 +106,7 @@
             $numrows = $this->db->numRows($queryresult);
 
             ?>
-            <select id="sortSavedList" name="sortSavedList" <?php if ($numrows<1) echo "disabled" ?> size="10" style="width:99%" onchange="sortSavedSelect(this)" />
+            <select id="sortSavedList" name="sortSavedList" <?php if ($numrows<1) echo "disabled" ?> size="10" style="width:99%" onchange="sortSavedSelect(this)">
             <?php
 
                 if($numrows<1){
Index: common/javascript/queryfunctions.js
===================================================================
--- common/javascript/queryfunctions.js	(revision 767)
+++ common/javascript/queryfunctions.js	(working copy)
@@ -37,7 +37,7 @@
 */
 window.onload=function(){
 
-	var sqlbttn=getObjectFromID("showSQLButton");;
+	var sqlbttn=getObjectFromID("showSQLButton");
 
 	if(sqlbttn){
 		var sqlDivs = new Array();
Index: common/javascript/smartsearch.js
===================================================================
--- common/javascript/smartsearch.js	(revision 767)
+++ common/javascript/smartsearch.js	(working copy)
@@ -504,7 +504,7 @@
 		connect(smartSearches[i], "onkeyup", smartSearch.changeDisplay);
 		connect(smartSearches[i], "onblur", smartSearch.blurDisplay);
 
-		var ssID = smartSearches[i].id.substr(3);
+		ssID = smartSearches[i].id.substr(3);
 
 		smartSearch.displayValue[ssID] = smartSearches[i].value;
 		smartSearch.committedDisplayValue[ssID] = smartSearches[i].value;
Index: install/update.js
===================================================================
--- install/update.js	(revision 767)
+++ install/update.js	(working copy)
@@ -12,7 +12,7 @@
 		if(response.success === true){
 
 			noDebug.className = "success";
-			noDebug.innerHTML = "Core Program Updated Succefully";
+			noDebug.innerHTML = "Core Program Updated Successfully";
 
 		} else {
 
Index: install/update.php
===================================================================
--- install/update.php	(revision 767)
+++ install/update.php	(working copy)
@@ -129,7 +129,7 @@
 
 				<h1>Preparing For Update</h1>
 				<p>
-					Before updating, There are several steps to take and insure that backup runs smoothly.
+					Before updating, there are several steps to take and insure that backup runs smoothly.
 				</p>
 				<ul>
 					<li>
@@ -223,7 +223,7 @@
 				<h1>Update Modules</h1>
 
                                 <p>
-                                    To install a module that is not currently installed, wait unitl the update process
+                                    To install a module that is not currently installed, wait until the update process
                                     has completed successfully.  Then run the installation script and skip to the "install
                                     modules" section.
                                 </p>
@@ -301,10 +301,10 @@
 						<h3>Payment Information Encryption</h3>
 						<p>
                                                     If you store sensitive payment information such as credit card
-                                                    numbers make sure to enable the encrption option in the configuration page
+                                                    numbers make sure to enable the encryption option in the configuration page
                                                     underneath the BMS module section. You will also need to create and link
                                                     to an external file on the server that contains the encryption key. Typically,
-                                                    encyrption key files are text files containing a 64-128 character hash.
+                                                    encryption key files are text files containing a 64-128 character hash.
 						</p>
 					</li>
 
Index: install/update_include.php
===================================================================
--- install/update_include.php	(revision 767)
+++ install/update_include.php	(working copy)
@@ -81,7 +81,7 @@
 			$querystatement = "SELECT VERSION() AS ver";
 			$queryresult = $this->db->query($querystatement);
 			if($this->db->error)
-				$error = new appError(-425,"Could not retrieve mysql verson. ","Database Error", true, true, false);
+				$error = new appError(-425,"Could not retrieve mysql version. ","Database Error", true, true, false);
 
 			$therecord = $this->db->fetchArray($queryresult);
 

