From 7d700602ef1eeb4ae1ae1afe45874b05cf79b4ca Mon Sep 17 00:00:00 2001
From: Awiteb
Date: Tue, 1 Jul 2025 12:45:53 +0000
Subject: [PATCH] fix: Fix a typo in `EmptySetRelays` error message
Signed-off-by: Awiteb
---
src/error.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/error.rs b/src/error.rs
index ad57e9a..d2666e0 100644
--- a/src/error.rs
+++ b/src/error.rs
@@ -81,7 +81,7 @@ pub enum N34Error {
"The set '{0}' doesn't contain any addresses. Use 'sets update' to add addresses to it."
)]
EmptySetNaddrs(String),
- #[error("The set '{0}' doesn't contain any relays. Use 'sets update' to add addresses to it.")]
+ #[error("The set '{0}' doesn't contain any relays. Use 'sets update' to add relays to it.")]
EmptySetRelays(String),
#[error(
"Issue not found, make sure it is in the relays and make sure that the ID is an issue ID"