소스 검색

Typo

Signed-off-by: Suki <[email protected]>
Suki 11 년 전
부모
커밋
e2926c771a
7개의 변경된 파일9개의 추가작업 그리고 9개의 파일을 삭제
  1. 1 1
      Sources/ManageBans.php
  2. 1 1
      Sources/ManageLanguages.php
  3. 1 1
      Sources/ManageMail.php
  4. 1 1
      Sources/ManagePaid.php
  5. 1 1
      Sources/ManageSearch.php
  6. 3 3
      Sources/ManageSettings.php
  7. 1 1
      Sources/ManageSmileys.php

+ 1 - 1
Sources/ManageBans.php

@@ -82,7 +82,7 @@ function Ban()
 		),
 	);
 
-	// Call the right function for this sub-acton.
+	// Call the right function for this sub-action.
 	$subActions[$_REQUEST['sa']]();
 }
 

+ 1 - 1
Sources/ManageLanguages.php

@@ -55,7 +55,7 @@ function ManageLanguages()
 		'description' => $txt['language_description'],
 	);
 
-	// Call the right function for this sub-acton.
+	// Call the right function for this sub-action.
 	$subActions[$_REQUEST['sa']]();
 }
 

+ 1 - 1
Sources/ManageMail.php

@@ -56,7 +56,7 @@ function ManageMail()
 		'description' => $txt['mailqueue_desc'],
 	);
 
-	// Call the right function for this sub-acton.
+	// Call the right function for this sub-action.
 	$subActions[$_REQUEST['sa']]();
 }
 

+ 1 - 1
Sources/ManagePaid.php

@@ -65,7 +65,7 @@ function ManagePaidSubscriptions()
 		),
 	);
 
-	// Call the right function for this sub-acton.
+	// Call the right function for this sub-action.
 	$subActions[$_REQUEST['sa']][0]();
 }
 

+ 1 - 1
Sources/ManageSearch.php

@@ -73,7 +73,7 @@ function ManageSearch()
 		),
 	);
 
-	// Call the right function for this sub-acton.
+	// Call the right function for this sub-action.
 	$subActions[$_REQUEST['sa']]();
 }
 

+ 3 - 3
Sources/ManageSettings.php

@@ -94,7 +94,7 @@ function ModifyFeatureSettings()
 		),
 	);
 
-	// Call the right function for this sub-acton.
+	// Call the right function for this sub-action.
 	$subActions[$_REQUEST['sa']]();
 }
 
@@ -137,7 +137,7 @@ function ModifySecuritySettings()
 		),
 	);
 
-	// Call the right function for this sub-acton.
+	// Call the right function for this sub-action.
 	$subActions[$_REQUEST['sa']]();
 }
 
@@ -174,7 +174,7 @@ function ModifyModSettings()
 		),
 	);
 
-	// Call the right function for this sub-acton.
+	// Call the right function for this sub-action.
 	$subActions[$_REQUEST['sa']]();
 }
 

+ 1 - 1
Sources/ManageSmileys.php

@@ -102,7 +102,7 @@ function ManageSmileys()
 		$context[$context['admin_menu_name']]['tab_data']['tabs']['setorder']['disabled'] = true;
 	}
 
-	// Call the right function for this sub-acton.
+	// Call the right function for this sub-action.
 	$subActions[$_REQUEST['sa']]();
 }