mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
Last typos from r39185
This commit is contained in:
@@ -729,9 +729,9 @@ class TraceroutePage(BWVBox):
|
|||||||
|
|
||||||
self.__trace_scroll.add_with_viewport(self.__trace_treeview)
|
self.__trace_scroll.add_with_viewport(self.__trace_treeview)
|
||||||
|
|
||||||
self.__trace_info = {port = self.__node.get_info('trace')['port'],
|
self.__trace_info = {'port': self.__node.get_info('trace')['port'],
|
||||||
proto = self.__node.get_info('trace')['protocol'],
|
'proto': self.__node.get_info('trace')['protocol'],
|
||||||
hops = len(self.__node.get_info('trace')['hops'])}
|
'hops': len(self.__node.get_info('trace')['hops'])}
|
||||||
|
|
||||||
self.__trace_label = BWLabel(TRACE_TEXT % self.__trace_info)
|
self.__trace_label = BWLabel(TRACE_TEXT % self.__trace_info)
|
||||||
self.__trace_label.set_use_markup(True)
|
self.__trace_label.set_use_markup(True)
|
||||||
|
|||||||
@@ -229,7 +229,7 @@ The specific error was
|
|||||||
scan profiles. Check for access to the directory and try again.""") % {
|
scan profiles. Check for access to the directory and try again.""") % {
|
||||||
'dirname': repr(Path.user_config_dir),
|
'dirname': repr(Path.user_config_dir),
|
||||||
'configdir': repr(Path.config_dir),
|
'configdir': repr(Path.config_dir),
|
||||||
'error': repr(str(e)), zenmap = APP_DISPLAY_NAME
|
'error': repr(str(e)), 'zenmap': APP_DISPLAY_NAME
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
error_dialog.run()
|
error_dialog.run()
|
||||||
|
|||||||
Reference in New Issue
Block a user