From 1a29e885b6e40720382f2b4d78f0a77635102cea Mon Sep 17 00:00:00 2001 From: "luz.paz" Date: Sun, 16 Sep 2018 18:45:42 -0400 Subject: Misc. typo and whitespace fixes Follow-up to #289 --- src/ui/dialog/find.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'src/ui/dialog/find.h') diff --git a/src/ui/dialog/find.h b/src/ui/dialog/find.h index 2ed341122..d4b8fb661 100644 --- a/src/ui/dialog/find.h +++ b/src/ui/dialog/find.h @@ -18,7 +18,7 @@ #include "ui/widget/panel.h" #include "ui/widget/button.h" -#include "ui/widget/entry.h" +#include "ui/widget/entry.h" #include "ui/widget/frame.h" #include @@ -64,7 +64,7 @@ protected: /** * Callbacks for pressing the dialog buttons. */ - void onFind(); + void onFind(); void onReplace(); void onExpander(); void onAction(); @@ -83,7 +83,7 @@ protected: * * @param item the SPItem to check * @param id the value to compare with - * @param exact do an exacty match + * @param exact do an exact match * @param casematch match the text case exactly * @param replace replace the value if found * @@ -94,7 +94,7 @@ protected: * * @param item the SPItem to check * @param name the value to compare with - * @param exact do an exacty match + * @param exact do an exact match * @param casematch match the text case exactly * @param replace replace the value if found * @@ -106,7 +106,7 @@ protected: * * @param item the SPItem to check * @param name the value to compare with - * @param exact do an exacty match + * @param exact do an exact match * @param casematch match the text case exactly * @param replace replace the value if found * @@ -117,7 +117,7 @@ protected: * * @param item the SPItem to check * @param name the value to compare with - * @param exact do an exacty match + * @param exact do an exact match * @param casematch match the text case exactly * @param replace replace the value if found * @@ -128,7 +128,7 @@ protected: * * @param item the SPItem to check * @param name the value to compare with - * @param exact do an exacty match + * @param exact do an exact match * @param casematch match the text case exactly * @param replace replace the value if found * @@ -139,7 +139,7 @@ protected: * * @param item the SPItem to check * @param name the value to compare with - * @param exact do an exacty match + * @param exact do an exact match * @param casematch match the text case exactly * @param replace replace the value if found * @@ -192,7 +192,7 @@ protected: * Is invoked by the desktop tracker when the desktop changes. */ void setTargetDesktop(SPDesktop *desktop); - + /** * Called when desktop selection changes */ -- cgit v1.2.3