--- embedaddon/mtr/test/probe.py 2019/10/21 14:25:31 1.1 +++ embedaddon/mtr/test/probe.py 2021/03/17 00:07:30 1.1.1.2 @@ -12,9 +12,9 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# You should have received a copy of the GNU General Public License along +# with this program; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # '''Test sending probes and receiving respones.''' @@ -208,7 +208,7 @@ class TestProbeICMPv4(mtrpacket.MtrPacketTest): def test_ttl_expired(self): 'Test sending a probe which will have its time-to-live expire' - # Probe Goolge's DNS server, but give the probe only one hop + # Probe Google's DNS server, but give the probe only one hop # to live. self.write_command('16 send-probe ip-4 8.8.8.8 ttl 1') reply = self.parse_reply() @@ -220,7 +220,7 @@ class TestProbeICMPv4(mtrpacket.MtrPacketTest): '''Test sending multiple probes in parallel We will expect the probes to complete out-of-order by sending - a probe to a distant host immeidately followed by a probe to + a probe to a distant host immediately followed by a probe to the local host.''' success_count = 0 @@ -300,7 +300,7 @@ class TestProbeICMPv6(mtrpacket.MtrPacketTest): def test_ttl_expired(self): 'Test sending a probe which will have its time-to-live expire' - # Probe Goolge's DNS server, but give the probe only one hop + # Probe Google's DNS server, but give the probe only one hop # to live. cmd = '53 send-probe ip-6 ' + self.google_addr + ' ttl 1' self.write_command(cmd)