zfsd(8): Fix a typo in an error message

- s/faild/failed/

MFC after:	1 week
This commit is contained in:
Gordon Bergling 2022-10-25 12:55:42 +02:00
parent c03e35accc
commit 4bd5e6221e

View file

@ -276,7 +276,7 @@ ZfsDaemon::RescanSystem()
result = geom_gettree(&mesh);
if (result != 0) {
syslog(LOG_ERR, "ZfsDaemon::RescanSystem: "
"geom_gettree faild with error %d\n", result);
"geom_gettree failed with error %d\n", result);
return;
}