Skip to content

Commit 6c0840a

Browse files
committed
fix
1 parent a6d031c commit 6c0840a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monitor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ func (m *Monitor) buildConnection(ipcpath string, rpcuri string) (*rpc.Client, e
311311
}
312312
}
313313
} else {
314-
log.Warn("IPC is emptyl")
314+
log.Warn("IPC is empty")
315315
}
316316

317317
cl, err := rpc.Dial(rpcuri)

0 commit comments

Comments
 (0)