Skip to content

Commit 69f5ee5

Browse files
Fix typos in README.md
1 parent c3155db commit 69f5ee5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
* I'm looking for maintainers, so if you would like to join me in bugfixing or adding features, please let me know.
44
* 2022 update: The project was migrated to VS2022 and boost 1.80, WindowsXP (32 bit) support was removed.
5-
* the OutputForwarder companinion extention for VS2022 can be found in the [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=JanWilmans.OutputForwarder2022)
5+
* the OutputForwarder companion extension for VS2022 can be found in the [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=JanWilmans.OutputForwarder2022)
66
* nuget.exe can be downloaded from https://www.nuget.org/downloads
77

88
Debugview++, currently at v1.9 (2024 Update!)
@@ -70,7 +70,7 @@ New in stable version 1.8.x:
7070
- no other new features planned, if you're missing something you need, file an issue!
7171

7272
Features we dream about and will create when we choose to spend the time:
73-
- a gantt chart-like view, a horzontal timeline, with bars/flags/signs on it to identify events
73+
- a gantt chart-like view, a horizontal timeline, with bars/flags/signs on it to identify events
7474
- a better plugin based input system
7575
- transparent background streaming to disk
7676
- proper memory limits
@@ -109,7 +109,7 @@ And more features:
109109
- SAIT (search-as-I-type) + token highlighting
110110
- bookmarks
111111
- statusbar shows detailed log/view/selection information
112-
- open saved logs for post-mortum analysis
112+
- open saved logs for post-mortem analysis
113113
- commandline version
114114
- capture stdin piped messages, allows you to connect any kind of logging
115115
- beep-filter for monitoring without seeing the screen (To hear it make sure a 'Default Beep' sound is defined in Control Panel->Sounds)
@@ -183,7 +183,7 @@ Pressing OK will open a new view without any filters.
183183

184184
Different types of filters:
185185

186-
All filters support regular expressions, if you are not familliar with regular expressions you can
186+
All filters support regular expressions, if you are not familiar with regular expressions you can
187187
just type any word or part of a word to match.
188188

189189
- include: if an include filter is added only lines containing a matching expression will be included.
@@ -215,7 +215,7 @@ Other features:
215215

216216
Consider this use case:
217217

218-
If you want to have auto scoll on, but some high frequeny messages are annoying you, but you cannot exclude them because they help you diagnose your event when it occurs, try this:
218+
If you want to have auto scroll on, but some high frequency messages are annoying you, but you cannot exclude them because they help you diagnose your event when it occurs, try this:
219219

220220
Use two views, one where the diagnostic messages are filtered and autoscroll is on, and one where the messages are included (and maybe highlighted), next turn on the 'link views' feature.
221221

@@ -235,7 +235,7 @@ turned off if any other line is selected.
235235

236236
**ClockTime**: when enabled the time is displayed as provided by the system's real-time clock (RTC). Such a timestamp has a 16ms resolution on a typical desktop PC. When disabled, time is displayed as a relative time to the first message, however this timestamp is obtained from the High-Performance Counter (HPC) which typically has a sub-microsecond resolution.
237237

238-
The resolution should not be confused with accuracy here, the recorded timestamp is not the actual time the message occured, it is the time the message was received by DebugView++. Also there is no quarantee that the time between occurance and reception of messages is constant, *however* in practice this is **pretty** constant :)
238+
The resolution should not be confused with accuracy here, the recorded timestamp is not the actual time the message occurred, it is the time the message was received by DebugView++. Also there is no guarantee that the time between occurrence and reception of messages is constant, *however* in practice this is **pretty** constant :)
239239

240240
How to build
241241
------------

0 commit comments

Comments
 (0)