[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[PATCH] Typo: s/Occurences/Occurrences/



From: Joachim Breitner <mail@joachim-breitner.de>

---
 library.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/library.php b/library.php
index 580ce86..88a4e5d 100644
--- a/library.php
+++ b/library.php
@@ -764,7 +764,7 @@ function buildd_failures($problems, $pas, $suite) {
                                   implode("|", $pas),
                                   paspath($suite)));
     if (!empty($message))
-      printf("<p><b>Occurences found in %s file:</b></p>\n<pre class=\"failure\">%s</pre>\n",
+      printf("<p><b>Occurrences found in %s file:</b></p>\n<pre class=\"failure\">%s</pre>\n",
              paslink($suite),
              detect_links(htmlentities($message)));
   }
-- 
1.7.5.3


Reply to: