From 7cc3e14f235a3c3e6719271116e49865c82c15da Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Wed, 1 Apr 2026 22:29:51 -0500 Subject: fix copy throughout repo --- Hutch/Networking/SRHTError.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Hutch/Networking/SRHTError.swift') diff --git a/Hutch/Networking/SRHTError.swift b/Hutch/Networking/SRHTError.swift index 3c3a87f..b9fc4c8 100644 --- a/Hutch/Networking/SRHTError.swift +++ b/Hutch/Networking/SRHTError.swift @@ -1,6 +1,6 @@ import Foundation -/// Errors produced by the Sourcehut GraphQL client. +/// Errors produced by the SourceHut GraphQL client. enum SRHTError: LocalizedError, Sendable { /// The server returned one or more GraphQL-level errors. case graphQLErrors([GraphQLError]) -- cgit v1.2.3