diff --git a/src/app/browser/main/tab/page.hpp b/src/app/browser/main/tab/page.hpp index 43a164a9..72cce790 100644 --- a/src/app/browser/main/tab/page.hpp +++ b/src/app/browser/main/tab/page.hpp @@ -87,7 +87,7 @@ namespace app::browser::main::tab // Tools double progress_fraction; // Page preparation status, wanted for following needs: // * indication widgets (progress bar) - // * toggle window update action in main thread (e.g. on async data loading completed) + // * toggle window update action in main thread (e.g. on async data loading complete) // Actions Glib::RefPtr action__update;