Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
kr committed Jan 2, 2009
1 parent 373b197 commit a3894f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binlog.c
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ binlog_replay(int fd, job binlog_jobs, const char *path)
r = read(fd, j->body, js.body_size);
if (r == -1) return twarn("read()");
if (r < js.body_size) {
warnx("dropping imcomplete job %llu", j->id);
warnx("dropping incomplete job %llu", j->id);
job_remove(j);
binlog_dref(j->binlog);
job_free(j);
Expand Down

0 comments on commit a3894f4

Please sign in to comment.