[BASE] Spelling fixes by Josh Soref. CORE-12286
[reactos.git] / reactos / base / system / services / services.h
index 51eb4d7..5dc4980 100644 (file)
@@ -86,7 +86,7 @@ typedef struct _START_LOCK
 {
     DWORD Tag;             /* Must be LOCK_TAG */
     DWORD TimeWhenLocked;  /* Number of seconds since 1970 */
-    PSID LockOwnerSid;     /* It is NULL if the SCM aquired the lock */
+    PSID LockOwnerSid;     /* It is NULL if the SCM acquired the lock */
 } START_LOCK, *PSTART_LOCK;