Jelajahi Sumber

Corrected some text typos

Michael Honkoop 9 bulan lalu
induk
melakukan
84039c53f5
1 mengubah file dengan 3 tambahan dan 4 penghapusan
  1. 3 4
      groupwise.sh

+ 3 - 4
groupwise.sh

@@ -54,7 +54,7 @@ then
         then
             echo "DEBUG: gwMTA is enabled in config, but no processes could be found."
         fi
-        echo "P \"GroupWise MTA\" status=0;;;1 GroupWise Mail Transfer Agemt process is not Running."
+        echo "P \"GroupWise MTA\" status=0;;;1 GroupWise Mail Transfer Agent process is not Running."
     fi
 else
     echo "DEBUG: gwMTA is not enabled in config, skipping."
@@ -93,7 +93,7 @@ then
         then
             echo "DEBUG: gwPOA is enabled in config, but no processes could be found."
         fi
-        echo "P \"GroupWise POA\" status=0;;;1 GroupWise Post Office Agemt process is not Running."
+        echo "P \"GroupWise POA\" status=0;;;1 GroupWise Post Office Agent process is not Running."
     fi
 fi
 
@@ -126,7 +126,7 @@ then
         then
             echo "DEBUG: gwIA is enabled in config, but no processes could be found."
         fi
-        echo "P \"GroupWise GWIA\" status=0;;;1 GroupWise Internet Agemt process is not Running."
+        echo "P \"GroupWise GWIA\" status=0;;;1 GroupWise Internet Agent process is not Running."
     fi
 fi
 
@@ -156,4 +156,3 @@ else
     echo "P \"GroupWise AdminService\" status=0;;;1 GroupWise AdminService process is not Running."
 fi
 
-