From ed9e04eeed25ebcb7f7bae772d2d9f5a48556f81 Mon Sep 17 00:00:00 2001
From: ebremner <ebremner@uwaterloo.ca>
Date: Mon, 7 Jun 2021 20:37:46 -0400
Subject: [PATCH] ISTWCMS-4619: fixing comments

---
 src/Service/UWService.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Service/UWService.php b/src/Service/UWService.php
index 38af4daf..65a6b57c 100644
--- a/src/Service/UWService.php
+++ b/src/Service/UWService.php
@@ -496,7 +496,7 @@ class UWService implements UWServiceInterface {
         $author = $node->field_author->value;
 
         // If there is no author in the field, get the last
-        // person to revise teh blog post.
+        // person to revise the blog post.
         if (!$author) {
 
           // Set the author to the person who made blog.
-- 
GitLab