Revert:

diff --git a/core/modules/update/src/Tests/UpdateTestBase.php b/core/modules/update/src/Tests/UpdateTestBase.php
index faec496..33ee105 100644
--- a/core/modules/update/src/Tests/UpdateTestBase.php
+++ b/core/modules/update/src/Tests/UpdateTestBase.php
@@ -35,7 +35,7 @@ protected function setUp() {
 
     // Change the root path which Update Manager uses to install and update
     // projects to be inside the testing site directory. See
-    // \Drupal\update\UpdateRootFactory::get() for equivalent changes to the
+    // \Drupal\updateUpdateRootFactory::get() for equivalent changes to the
     // test child site.
     $request = \Drupal::request();
     $update_root = $this->container->get('update.root') . '/' . DrupalKernel::findSitePath($request);

Beta review: Documentation is unfrozen.

CommentFileSizeAuthor
#2 2554993-fix_typo.patch760 bytesanavarre

Comments

Fabianx created an issue. See original summary.

anavarre’s picture

Status: Active » Needs review
Issue tags: +Novice
StatusFileSize
new760 bytes
cilefen’s picture

Issue summary: View changes
Status: Needs review » Reviewed & tested by the community
Issue tags: +Quick fix, +Documentation

It looks good to me.

webchick’s picture

Component: base system » documentation
Status: Reviewed & tested by the community » Fixed

Nice catch!

Committed and pushed to 8.0.x. Thanks!

  • webchick committed 8c6c652 on 8.0.x
    Issue #2554993 by anavarre: Fix typo in UpdateTestBase.php
    

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.