Browse Source

Minor documentation improvement

ywarnier 14 years ago
parent
commit
7b1340ba82
1 changed files with 2 additions and 2 deletions
  1. 2 2
      main/inc/lib/main_api.lib.php

+ 2 - 2
main/inc/lib/main_api.lib.php

@@ -2710,8 +2710,8 @@ function api_get_language_id($language) {
 }
 
 /**
- * Returns the name of the visual theme to be applied on the current page.
- * The rethurned name depends on platform, course or user -wide settings.
+ * Returns the name of the visual (CSS) theme to be applied on the current page.
+ * The returned name depends on the platform, course or user -wide settings.
  * @return string   The visual theme's name, it is the name of a folder inside .../chamilo/main/css/
  */
 function api_get_visual_theme() {