Print this page
3217 cfgadm should spell "adaptors" correctly
Reviewed by: Alexander Eremin <alexander.r.eremin@gmail.com>
Reviewed by: David Hoeppner <0xffea@gmail.com>
Reviewed by: Gary Mills <gary_mills@fastmail.fm>
Reviewed by: Eric Schrock <Eric.Schrock@delphix.com>
@@ -445,9 +445,9 @@
}
}
if (pathList->numAdapters > HBAList::HBA_MAX_PER_LIST) {
delete(pathList);
throw InternalError(
- "Exceeds max number of adatpers that VSL supports.");
+ "Exceeds max number of adapters that VSL supports.");
}
delete (pathList);
}