diff --git a/core/modules/book/src/Tests/BookTest.php b/core/modules/book/src/Tests/BookTest.php index a086559..0f88dc8 100644 --- a/core/modules/book/src/Tests/BookTest.php +++ b/core/modules/book/src/Tests/BookTest.php @@ -674,7 +674,7 @@ public function testAdminBookListing() { public function testHookNodeLoadAccess() { \Drupal::service('module_installer')->install(['node_access_test']); - // Ensure that the loaded book in hook_node_lode() does NOT depend on the + // Ensure that the loaded book in hook_node_load() does NOT depend on the // current user. $this->drupalLogin($this->bookAuthor); $this->book = $this->createBookNode('new');