summaryrefslogtreecommitdiff
path: root/Hutch/Networking/SRHTError.swift
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-04-01 22:29:51 -0500
committerChristian Cleberg <[email protected]>2026-04-01 22:29:51 -0500
commit7cc3e14f235a3c3e6719271116e49865c82c15da (patch)
treeb303f3056ec4ce97704396ff3c5db944b36feb7f /Hutch/Networking/SRHTError.swift
parenteeb12de93c4f6fcc5e2f2d58c2061ce84f839cf7 (diff)
downloadhutch-7cc3e14f235a3c3e6719271116e49865c82c15da.tar.gz
hutch-7cc3e14f235a3c3e6719271116e49865c82c15da.tar.bz2
hutch-7cc3e14f235a3c3e6719271116e49865c82c15da.zip
fix copy throughout repo
Diffstat (limited to 'Hutch/Networking/SRHTError.swift')
-rw-r--r--Hutch/Networking/SRHTError.swift2
1 files changed, 1 insertions, 1 deletions
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])