From f7df67cff0a756eefc8daea36e6468df694a43d0 Mon Sep 17 00:00:00 2001 From: klemens Date: Sun, 26 Mar 2017 17:02:22 +0200 Subject: spelling fixes Closes #1356 --- tests/tftpserver.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/tftpserver.pl') diff --git a/tests/tftpserver.pl b/tests/tftpserver.pl index a4c4e47c0..8c84111bf 100755 --- a/tests/tftpserver.pl +++ b/tests/tftpserver.pl @@ -6,7 +6,7 @@ # | (__| |_| | _ <| |___ # \___|\___/|_| \_\_____| # -# Copyright (C) 1998 - 2010, Daniel Stenberg, , et al. +# Copyright (C) 1998 - 2017, Daniel Stenberg, , et al. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms @@ -37,7 +37,7 @@ use serverhelp qw( my $verbose = 0; # set to 1 for debugging my $port = 8997; # just a default my $ipvnum = 4; # default IP version of tftp server -my $idnum = 1; # dafault tftp server instance number +my $idnum = 1; # default tftp server instance number my $proto = 'tftp'; # protocol the tftp server speaks my $pidfile; # tftp server pid file my $logfile; # tftp server log file -- cgit v1.2.1