View | Details | Raw Unified | Return to bug 281658
Collapse All | Expand All

(-)b/usr.sbin/sesutil/sesutil.c (-1 / +1 lines)
Lines 316-322 sesled(int argc, char **argv, bool setfault) Link Here
316
	}
316
	}
317
	globfree(&g);
317
	globfree(&g);
318
	if (ndisks == 0 && all == false) {
318
	if (ndisks == 0 && all == false) {
319
		xo_errx(EXIT_FAILURE, "Count not find the SES id of device '%s'",
319
		xo_errx(EXIT_FAILURE, "Could not find the SES id of device '%s'",
320
		    disk);
320
		    disk);
321
	}
321
	}
322
322

Return to bug 281658