From ac76e2c5dfcc9896a0319cdd425f235fbc629705 Mon Sep 17 00:00:00 2001
From: Alex Pott <alex.a.pott@googlemail.com>
Date: Mon, 28 Jul 2014 22:26:58 +0100
Subject: [PATCH] Issue #2309687 by eiriksm: Fixed Typo in docs for function
 Testclass::verbose.

---
 core/modules/simpletest/src/TestBase.php | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/core/modules/simpletest/src/TestBase.php b/core/modules/simpletest/src/TestBase.php
index e6fe0682b558..afe1feb2572b 100644
--- a/core/modules/simpletest/src/TestBase.php
+++ b/core/modules/simpletest/src/TestBase.php
@@ -725,10 +725,10 @@ protected function error($message = '', $group = 'Other', array $caller = NULL)
   }
 
   /**
-   * Logs verbose message in a text file.
+   * Logs a verbose message in a text file.
    *
-   * The a link to the vebose message will be placed in the test results via
-   * as a passing assertion with the text '[verbose message]'.
+   * The link to the verbose message will be placed in the test results as a
+   * passing assertion with the text '[verbose message]'.
    *
    * @param $message
    *   The verbose message to be stored.
-- 
GitLab