From 7b9465dd79f0288c97fd5c8e4a6b154ef1d15c56 Mon Sep 17 00:00:00 2001
From: Marcos Marado <mindboosternoori@gmail.com>
Date: Wed, 12 Jan 2022 17:53:27 +0000
Subject: [PATCH] applications: fix a tiny typo

I'm not a native English speaker, but I think that...

the sentence "application using the GNUnets Messenger" should either
be "using GNUnet's Messenger", or (the option I take in this patch)
"using the GNUnet Messenger".
---
 template/applications.html.j2 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/template/applications.html.j2 b/template/applications.html.j2
index 6c17a47..29b358c 100644
--- a/template/applications.html.j2
+++ b/template/applications.html.j2
@@ -161,8 +161,8 @@
         <p>
           {% trans %}
           <a href="https://git.gnunet.org/messenger-gtk.git/">Messenger-GTK</a>
-          is a convergent GTK messaging application using the GNUnets Messenger 
-          service. The goal is to provide private and secure communication 
+          is a convergent GTK messaging application using the GNUnet Messenger
+          service. The goal is to provide private and secure communication
           between any group of devices.
           {% endtrans %}
         </p>
-- 
2.25.1

