aboutsummaryrefslogtreecommitdiff
path: root/src/namecache
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2019-04-30 11:40:38 +0200
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2019-04-30 11:40:38 +0200
commit2c44a892573bd25e26d12f548775cfdd3a6d9428 (patch)
treee2108bfe40c20ec08987a4f7a5865b90dc850743 /src/namecache
parenta563820a60326473e74ac2431431e86e1963fd31 (diff)
downloadgnunet-2c44a892573bd25e26d12f548775cfdd3a6d9428.tar.gz
gnunet-2c44a892573bd25e26d12f548775cfdd3a6d9428.zip
typo
Diffstat (limited to 'src/namecache')
-rw-r--r--src/namecache/gnunet-namecache.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/namecache/gnunet-namecache.c b/src/namecache/gnunet-namecache.c
index 3932931e3..d1927934d 100644
--- a/src/namecache/gnunet-namecache.c
+++ b/src/namecache/gnunet-namecache.c
@@ -11,7 +11,7 @@
11 WITHOUT ANY WARRANTY; without even the implied warranty of 11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 Affero General Public License for more details. 13 Affero General Public License for more details.
14 14
15 You should have received a copy of the GNU Affero General Public License 15 You should have received a copy of the GNU Affero General Public License
16 along with this program. If not, see <http://www.gnu.org/licenses/>. 16 along with this program. If not, see <http://www.gnu.org/licenses/>.
17 17
@@ -235,7 +235,7 @@ main (int argc, char *const *argv)
235 GNUNET_GETOPT_option_string ('z', 235 GNUNET_GETOPT_option_string ('z',
236 "zone", 236 "zone",
237 "PKEY", 237 "PKEY",
238 gettext_noop ("spezifies the public key of the zone to look in"), 238 gettext_noop ("specifies the public key of the zone to look in"),
239 &pkey), 239 &pkey),
240 240
241 GNUNET_GETOPT_OPTION_END 241 GNUNET_GETOPT_OPTION_END