Skip to content

Commit 603cc58

Browse files
authored
Merge pull request #1381 from eclipse-zenoh/fix/typo
Close #1357
2 parents e6994ff + bc31b58 commit 603cc58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

io/zenoh-links/zenoh-link-unixsock_stream/src/unicast.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ impl LinkManagerUnicastTrait for LinkManagerUnicastUnixSocketStream {
333333
nix::fcntl::flock(lock_fd, nix::fcntl::FlockArg::LockExclusiveNonblock).map_err(|e| {
334334
let _ = nix::unistd::close(lock_fd);
335335
let e = zerror!(
336-
"Can not create a new UnixSocketStream listener on {} - Unable to acquire look: {}",
336+
"Can not create a new UnixSocketStream listener on {} - Unable to acquire lock: {}",
337337
path,
338338
e
339339
);

0 commit comments

Comments
 (0)