fix: typo from DIRVER to DRIVER (#3442)

This commit is contained in:
Danish Arora 2025-06-17 10:34:10 +05:30 committed by GitHub
parent 478925a389
commit d01dd9959c
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ type
proc `$`*(err: ArchiveError): string =
case err.kind
of ArchiveErrorKind.DRIVER_ERROR:
"DIRVER_ERROR: " & err.cause
"DRIVER_ERROR: " & err.cause
of ArchiveErrorKind.INVALID_QUERY:
"INVALID_QUERY: " & err.cause
of ArchiveErrorKind.UNKNOWN:

View File

@ -78,7 +78,7 @@ type
proc `$`*(err: ArchiveError): string =
case err.kind
of ArchiveErrorKind.DRIVER_ERROR:
"DIRVER_ERROR: " & err.cause
"DRIVER_ERROR: " & err.cause
of ArchiveErrorKind.INVALID_QUERY:
"INVALID_QUERY: " & err.cause
of ArchiveErrorKind.UNKNOWN: