Skip to content

Commit 20fe9e2

Browse files
golluxkrulis-martin
authored andcommitted
Fix a typo
1 parent 728b16c commit 20fe9e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sandbox/isolate_sandbox.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ void isolate_sandbox::isolate_init()
111111

112112
logger_->debug("Initializing isolate...");
113113

114-
// Create unnamend pipe
114+
// Create unnamed pipe
115115
if (pipe(fd) == -1) { log_and_throw(logger_, "Cannot create pipe: ", strerror(errno)); }
116116

117117
childpid = fork();

0 commit comments

Comments
 (0)