fix build issue, MODPY_COMPILEALL fails with py3.14
"SyntaxError: Non-UTF-8 code starting with '\xf6' on line 75, but no encoding declared"

Index: discovery/DNS/Type.py
--- discovery/DNS/Type.py.orig
+++ discovery/DNS/Type.py
@@ -72,7 +72,7 @@ def typestr(type):
 # added identifying header to top of each file
 #
 # Revision 1.3  2001/07/19 07:38:28  anthony
-# added type code for SRV. From Michael Strder.
+# added type code for SRV. From Michael Stroeder.
 #
 # Revision 1.2  2001/07/19 06:57:07  anthony
 # cvs keywords added
