diff -urN hplip-3.14.1.orig/installer/text_install.py hplip-3.14.1/installer/text_install.py --- hplip-3.14.1.orig/installer/text_install.py 2014-02-11 18:30:06.892237922 +0900 +++ hplip-3.14.1/installer/text_install.py 2014-02-11 18:31:27.973151635 +0900 @@ -69,7 +69,7 @@ log.note("Running in automatic mode. The most common options will be selected.") log.info("") - log.note("Defaults for each question are maked with a '*'. Press to accept the default.") + log.note("Defaults for each question are marked with a '*'. Press to accept the default.") core.init() vrs =core.get_distro_data('versions_list') Is_Manual_Distro = False diff -urN hplip-3.14.1.orig/plugin.py hplip-3.14.1/plugin.py --- hplip-3.14.1.orig/plugin.py 2014-02-11 18:30:06.872237697 +0900 +++ hplip-3.14.1/plugin.py 2014-02-11 18:31:27.973151635 +0900 @@ -276,7 +276,7 @@ log.error("You must be root to run this utility.") clean_exit(1) - log.info("(Note: Defaults for each question are maked with a '*'. Press to accept the default.)") + log.info("(Note: Defaults for each question are marked with a '*'. Press to accept the default.)") log.info("") from installer import pluginhandler diff -urN hplip-3.14.1.orig/setup.py hplip-3.14.1/setup.py --- hplip-3.14.1.orig/setup.py 2014-02-11 18:30:06.892237922 +0900 +++ hplip-3.14.1/setup.py 2014-02-11 18:31:27.973151635 +0900 @@ -323,7 +323,7 @@ clean_exit(1) if not auto: - log.info("(Note: Defaults for each question are maked with a '*'. Press to accept the default.)") + log.info("(Note: Defaults for each question are marked with a '*'. Press to accept the default.)") log.info("") # ******************************* MAKEURI