analyze: fix typo in error message

This commit is contained in:
Douglas Christman 2018-03-01 08:31:32 +08:00
parent 63547675a4
commit 3a6a6889e1

View file

@ -1515,7 +1515,7 @@ static int test_calendar(int argc, char *argv[], void *userdata) {
r = calendar_spec_to_string(spec, &t);
if (r < 0) {
ret = log_error_errno(r, "Failed to fomat calendar specification '%s': %m", *p);
ret = log_error_errno(r, "Failed to format calendar specification '%s': %m", *p);
continue;
}