Skip to content

Commit f1e83a8

Browse files
committed
spelling: unique [API]
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
1 parent 20781d4 commit f1e83a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sapi/litespeed/lscriu.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,9 +289,9 @@ static void LSCRIU_Wink_Server_is_Ready(void)
289289
// Not used for native
290290
return;
291291
}
292-
if (getenv("LSAPI_UNIQE"))
292+
if (getenv("LSAPI_UNIQUE"))
293293
snprintf(sem_name, sizeof sem_name - 1, "lsphp[hash=%s].is_ready",
294-
getenv("LSAPI_UNIQE"));
294+
getenv("LSAPI_UNIQUE"));
295295
else
296296
snprintf(sem_name, sizeof sem_name - 1, "lsphp[euid=0x%x].is_ready",
297297
geteuid());

0 commit comments

Comments
 (0)