Skip to content

Commit b55a92f

Browse files
committed
Fix typo
1 parent 5a6bdbc commit b55a92f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Follow [this tutorial](https://elrobotista.com/en/posts/stm32-debug-linux/) for
112112

113113
### Expression Evaluter
114114

115-
GDBFrontend has an expression evaluater that you can use multiple in sametime.
115+
GDBFrontend has an expression evaluator that you can use multiple in sametime.
116116

117117
![](media/expression-evaluater.png)
118118

@@ -293,7 +293,7 @@ Current hotkeys are listed below.
293293
| Action | Hotkey | Context |
294294
| ---------------------------------------------------- | -------------------------- | -------------------------------------------- |
295295
| *General:* Open a source file | **Ctrl + O** | GDBFrontend |
296-
| *General:* New ExpressionEvaluater | **Ctrl + R** | GDBFrontend |
296+
| *General:* New ExpressionEvaluator | **Ctrl + R** | GDBFrontend |
297297
| *General:* New ExpressionEvaluter on native window | **Ctrl + Shift + R** | GDBFrontend |
298298
| *General:* Fuzzy source finder | **Ctrl + P** | GDBFrontend |
299299
| *Runtime:* Run | **F5** | GDBFrontend |
@@ -394,11 +394,11 @@ If your application is forking new processes and setting their PGIDs, GDBFronten
394394
pkill -f gdb
395395
```
396396

397-
### Expression Evaluater Performance Tips
397+
### Expression Evaluator Performance Tips
398398

399-
If you are using **ExpressionEvaluater** with very long depth expanded variables/members, your scroll and evaluater window move performance may be affected bad for pointer visualization. In this situation, you can turn off **signal** and **slot** pointings for that evaluater window.
399+
If you are using **ExpressionEvaluator** with very long depth expanded variables/members, your scroll and evaluator window move performance may be affected bad for pointer visualization. In this situation, you can turn off **signal** and **slot** pointings for that evaluator window.
400400

401-
![Evaluater Pointer Visualization Buttons](media/evaluater-pointing-buttons.png)
401+
![Evaluator Pointer Visualization Buttons](media/evaluator-pointing-buttons.png)
402402

403403
## GDB-Related Issues and Tips
404404

0 commit comments

Comments
 (0)