From e4ebe82ee290a29f4576eed9d3022be5aacb4d79 Mon Sep 17 00:00:00 2001 From: Michael Ford Date: Mon, 25 Jun 2012 12:26:52 +0800 Subject: [PATCH] Update comments --- src/ui_interface.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ui_interface.h b/src/ui_interface.h index b94446cc2..c86e51e10 100644 --- a/src/ui_interface.h +++ b/src/ui_interface.h @@ -61,10 +61,10 @@ public: /** Show message box. */ boost::signals2::signal ThreadSafeMessageBox; - /** Ask the user whether he want to pay a fee or not. */ + /** Ask the user whether they want to pay a fee or not. */ boost::signals2::signal > ThreadSafeAskFee; - /** Handle an URL passed on the command line. */ + /** Handle a URL passed at the command line. */ boost::signals2::signal ThreadSafeHandleURI; /** Progress message during initialization. */