eclipse-cdt-cloud / vscode-memory-inspector

vscode memory inspector
https://open-vsx.org/extension/eclipse-cdt/memory-inspector
Eclipse Public License 2.0
6 stars 10 forks source link

Fix a few typos #128

Closed planger closed 5 months ago

planger commented 5 months ago

What it does

This change just fixes a few typos that I came across while working on other tasks.

How to test

The only code-relevant changes are in the names of protected methods in the MemoryProvider class. Unless someone subclassed this class in proprietary code, there isn't really anything this change could break.

Review checklist

Reminder for reviewers