From 008011875ce19de7a8c414510832b37a041e8c68 Mon Sep 17 00:00:00 2001
From: "Eloy Lafuente (stronk7)" <stronk7@moodle.org>
Date: Mon, 14 Mar 2011 01:12:38 +0100
Subject: [PATCH] MDL-25352 fix tiny typo

---
 admin/replace.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/admin/replace.php b/admin/replace.php
index f1a1c7a830c..8217876de04 100644
--- a/admin/replace.php
+++ b/admin/replace.php
@@ -26,7 +26,7 @@ if ($DB->get_dbfamily() !== 'mysql' and $DB->get_dbfamily() !== 'postgres') {
 }
 
 if (!data_submitted() or !$search or !$replace or !confirm_sesskey() or !$sure) {   /// Print a form
-    echo $OUTPUT->notification('This script is not supported, always make complete backup before proceeding!<br />This operations can not be rewerted!');
+    echo $OUTPUT->notification('This script is not supported, always make complete backup before proceeding!<br />This operation can not be reverted!');
 
     echo $OUTPUT->box_start();
     echo '<div class="mdl-align">';