typo
authorSchanzenbach, Martin <mschanzenbach@posteo.de>
Tue, 30 Apr 2019 09:40:38 +0000 (11:40 +0200)
committerSchanzenbach, Martin <mschanzenbach@posteo.de>
Tue, 30 Apr 2019 09:40:38 +0000 (11:40 +0200)
src/namecache/gnunet-namecache.c

index 3932931e3e7d331ce31c5b67d91599fac755dd9a..d1927934d0d2fb52b7c9466179e44dedbdf52c6c 100644 (file)
@@ -11,7 +11,7 @@
      WITHOUT ANY WARRANTY; without even the implied warranty of
      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
      Affero General Public License for more details.
-    
+
      You should have received a copy of the GNU Affero General Public License
      along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
@@ -235,7 +235,7 @@ main (int argc, char *const *argv)
     GNUNET_GETOPT_option_string ('z',
                                  "zone",
                                  "PKEY",
-                                 gettext_noop ("spezifies the public key of the zone to look in"),
+                                 gettext_noop ("specifies the public key of the zone to look in"),
                                  &pkey),
 
     GNUNET_GETOPT_OPTION_END