summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/network/network_content_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/network_content_gui.cpp b/src/network/network_content_gui.cpp
index 7ee1dbd99..5e79c51f8 100644
--- a/src/network/network_content_gui.cpp
+++ b/src/network/network_content_gui.cpp
@@ -848,7 +848,7 @@ public:
}
return ES_HANDLED;
}
- /* FALL THROUGH, space is pressed and filter isn't focused. */
+ /* FALL THROUGH, space is pressed and filter is focused. */
default:
return ES_NOT_HANDLED;