diff options
| author | Cash Costello <cash.costello@gmail.com> | 2012-07-05 21:30:51 -0400 | 
|---|---|---|
| committer | Cash Costello <cash.costello@gmail.com> | 2012-07-05 21:30:51 -0400 | 
| commit | 9d69bf365d7ac19ae87c060f9b39d1ca21dd8854 (patch) | |
| tree | fc2059b72005e232baf951955f8efa3a68557a1f | |
| parent | c886ddb8b3d13d39068bf882cf82d731df6df688 (diff) | |
| download | elgg-9d69bf365d7ac19ae87c060f9b39d1ca21dd8854.tar.gz elgg-9d69bf365d7ac19ae87c060f9b39d1ca21dd8854.tar.bz2  | |
fixed typo in comment
| -rw-r--r-- | engine/lib/views.php | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/views.php b/engine/lib/views.php index 25acbf2b2..b00334062 100644 --- a/engine/lib/views.php +++ b/engine/lib/views.php @@ -303,7 +303,7 @@ function elgg_set_view_location($view, $location, $viewtype = '') {  /**   * Returns whether the specified view exists   * - * @note If $recurse is strue, also checks if a view exists only as an extension. + * @note If $recurse is true, also checks if a view exists only as an extension.   *   * @param string $view     The view name   * @param string $viewtype If set, forces the viewtype  | 
