From f8b51822afe5b73a81447362f0e4915044869cc4 Mon Sep 17 00:00:00 2001
From: Naz <hi@nazavo.com>
Date: Fri, 7 Oct 2022 18:41:21 +0800
Subject: [PATCH] Fixed typos

---
 ghost/job-manager/lib/job-manager.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ghost/job-manager/lib/job-manager.js b/ghost/job-manager/lib/job-manager.js
index b988da02d2..2b1be5f511 100644
--- a/ghost/job-manager/lib/job-manager.js
+++ b/ghost/job-manager/lib/job-manager.js
@@ -84,7 +84,7 @@ class JobManager {
                 });
             }
 
-            // Can potentially standardise the result here
+            // Can potentially standardize the result here
             return result;
         };
     }
@@ -193,7 +193,7 @@ class JobManager {
                     }
                 } catch (err) {
                     // NOTE: each job should be written in a safe way and handle all errors internally
-                    //       if the error is caught here jobs implementaton should be changed
+                    //       if the error is caught here jobs implementation should be changed
                     logging.error(new UnhandledJobError({
                         context: (typeof job === 'function') ? 'function' : job,
                         err