From 06844353e5583afe06105a69d895ccb9c1a19111 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Patrik=20Granl=C3=B6v?= <patrik.granlov@lnu.se>
Date: Wed, 12 Sep 2012 16:13:43 +0200
Subject: [PATCH] MDL-35486 outputlib: Fix typos in comments

Just a copy-past text error in two comments.
---
 lib/outputlib.php       | 2 +-
 lib/outputrenderers.php | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/outputlib.php b/lib/outputlib.php
index aa20682577a..e9b9b7ec1dd 100644
--- a/lib/outputlib.php
+++ b/lib/outputlib.php
@@ -269,7 +269,7 @@ class theme_config {
     public $rarrow = null;
 
     /**
-     * @var string Accessibility: Right arrow-like character is
+     * @var string Accessibility: Left arrow-like character is
      * used in the breadcrumb trail, course navigation menu
      * (previous/next activity), calendar, and search forum block.
      * If the theme does not set characters, appropriate defaults
diff --git a/lib/outputrenderers.php b/lib/outputrenderers.php
index e67564ebf67..23a7afd0ebf 100644
--- a/lib/outputrenderers.php
+++ b/lib/outputrenderers.php
@@ -3201,7 +3201,7 @@ EOD;
     }
 
     /**
-     * Accessibility: Right arrow-like character is
+     * Accessibility: Left arrow-like character is
      * used in the breadcrumb trail, course navigation menu
      * (previous/next activity), calendar, and search forum block.
      * If the theme does not set characters, appropriate defaults