Skip to content

Commit

Permalink
Fix typo: addd => add (systemd#148)
Browse files Browse the repository at this point in the history
Thanks to lintian for noticing
  • Loading branch information
fsateler authored and poettering committed May 4, 2018
1 parent a755da2 commit e4a3c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/casync-tool.c
Original file line number Diff line number Diff line change
Expand Up @@ -2972,7 +2972,7 @@ static int verb_mkdev(int argc, char *argv[]) {

r = udev_monitor_filter_add_match_subsystem_devtype(monitor, "block", NULL);
if (r < 0) {
log_error_errno(r, "Failed to addd udev match: %m");
log_error_errno(r, "Failed to add udev match: %m");
goto finish;
}

Expand Down

0 comments on commit e4a3c5e

Please sign in to comment.