[PATCH] Fix typo in the startup message

[PATCH] Fix typo in the startup message

From: Matthias Schmidt
---
 chat.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chat.c b/chat.c
index ebffe46..8052f56 100644
--- a/chat.c
+++ b/chat.c
@@ -304,7 +304,7 @@ int main(int argc, char *argv[]) {
 	uiFormat(
 		Network, Cold, NULL,
 		"\3%dcatgirl\3\tis GPLv3 fwee softwawe ^w^  "
-		"code is avaiwable fwom https://git.causal.agency/catgirl",
+		"code is avaiwable from https://git.causal.agency/catgirl",
 		Pink
 	);
 	uiFormat(Network, Cold, NULL, "Traveling...");
-- 
2.30.0

Re: [PATCH] Fix typo in the startup message

From: June Bug
> On Jan 19, 2021, at 03:09, Matthias Schmidt <xhr@giessen.ccc.de> wrote:
> 
> ---
> chat.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/chat.c b/chat.c
> index ebffe46..8052f56 100644
> --- a/chat.c
> +++ b/chat.c
> @@ -304,7 +304,7 @@ int main(int argc, char *argv[]) {
> 	uiFormat(
> 		Network, Cold, NULL,
> 		"\3%dcatgirl\3\tis GPLv3 fwee softwawe ^w^  "
> -		"code is avaiwable fwom https://git.causal.agency/catgirl",
> +		"code is avaiwable from https://git.causal.agency/catgirl”,

This is not a typo.