This commit is contained in:
Bartosz Fenski 2025-07-23 09:14:42 +00:00 committed by GitHub
commit e3ff513c2e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -2207,7 +2207,7 @@ class FreeNASApiDriver extends CsiBaseDriver {
if (!(await httpApiClient.getIsScale())) {
throw new GrpcError(
grpc.status.FAILED_PRECONDITION,
`driver is only availalbe with TrueNAS SCALE`
`driver is only available with TrueNAS SCALE`
);
}