This is an automated email from the ASF dual-hosted git repository.

kfaraz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/master by this push:
     new da8a96c489d Fix two spelling errors in console labels. (#18823)
da8a96c489d is described below

commit da8a96c489d6eb3da9b094227b5c025a53256d19
Author: Gian Merlino <[email protected]>
AuthorDate: Sat Dec 6 21:21:25 2025 -0800

    Fix two spelling errors in console labels. (#18823)
    
    reprot -> report and fitler -> filter.
---
 web-console/src/views/segments-view/segments-view.tsx                   | 2 +-
 .../workbench-view/execution-stages-pane/execution-stages-pane.tsx      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/web-console/src/views/segments-view/segments-view.tsx 
b/web-console/src/views/segments-view/segments-view.tsx
index 770577a2ec0..7fa62f22019 100644
--- a/web-console/src/views/segments-view/segments-view.tsx
+++ b/web-console/src/views/segments-view/segments-view.tsx
@@ -1165,7 +1165,7 @@ export class SegmentsView extends 
React.PureComponent<SegmentsViewProps, Segment
               getIntervalActionButton={(start, end, datasource, realtime) => {
                 return (
                   <Button
-                    text="Apply fitler to table"
+                    text="Apply filter to table"
                     small
                     rightIcon={IconNames.ARROW_DOWN}
                     onClick={() => {
diff --git 
a/web-console/src/views/workbench-view/execution-stages-pane/execution-stages-pane.tsx
 
b/web-console/src/views/workbench-view/execution-stages-pane/execution-stages-pane.tsx
index 8dfa73f1c29..a49c568ed1e 100644
--- 
a/web-console/src/views/workbench-view/execution-stages-pane/execution-stages-pane.tsx
+++ 
b/web-console/src/views/workbench-view/execution-stages-pane/execution-stages-pane.tsx
@@ -925,7 +925,7 @@ ${title} uncompressed size: ${formatBytesCompact(
                   <div>{formatInteger(value)}</div>
                   <div
                     className="detail-line"
-                    data-tooltip="Workers are counted as inactive until they 
reprot starting to read rows from their input."
+                    data-tooltip="Workers are counted as inactive until they 
report starting to read rows from their input."
                   >{`${formatInteger(inactiveWorkers)} inactive`}</div>
                 </div>
               );


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to