Browse Source

Update file_options_list.php (#4590)

chansizzle 6 năm trước cách đây
mục cha
commit
3a183a1c83
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      file_options_list.php

+ 2 - 2
file_options_list.php

@@ -17,7 +17,7 @@
 
 	The Initial Developer of the Original Code is
 	Mark J Crane <[email protected]>
-	Portions created by the Initial Developer are Copyright (C) 2008-2012
+	Portions created by the Initial Developer are Copyright (C) 2008-2019
 	the Initial Developer. All Rights Reserved.
 
 	Contributor(s):
@@ -209,7 +209,7 @@ if (!isset($_SESSION)) { session_start(); }
 		case 'php':
 			$edit_directory = $_SERVER["DOCUMENT_ROOT"].'/'.PROJECT_PATH;
 			break;
-		case 'grammer':
+		case 'grammar':
 			$edit_directory = $_SESSION['switch']['grammar']['dir'];
 			break;
 		case 'provision':