Skip to content

Commit 04e69c9

Browse files
authored
Merge pull request #8 from mloskot/ml/fix-typos
Fix typos in release notes and README
2 parents c7231ae + 51aab9e commit 04e69c9

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ You need Microsoft Visual Studio 2015 Update 3, .NET Framework 4.5.2 and Visual
2626

2727
###### Install
2828

29-
To install after building double-click the *.vsix file from bin/Debug or bin/Relase directory.
29+
To install after building double-click the *.vsix file from bin/Debug or bin/Release directory.
3030

3131
###### Use
3232

Visual_Studio_2015/GraphicalDebugging/release_notes.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ additions:
2121
version 0.22
2222

2323
additions:
24-
- vizualization of containers of coordinates
24+
- visualization of containers of coordinates
2525

2626
version 0.21
2727

@@ -47,16 +47,16 @@ bugfixes:
4747
version 0.18
4848

4949
additions:
50-
- vizualization of c-arrays of values or points
51-
- vizualization of pointers to elements with "size specifier" feature
50+
- visualization of c-arrays of values or points
51+
- visualization of pointers to elements with "size specifier" feature
5252

5353
bugfixes:
5454
- fixed exception while debugging Boost.Variant holding non-supported type
5555

5656
version 0.17
5757

5858
additions:
59-
- asynchronious loading of the extension
59+
- asynchronous loading of the extension
6060
- improved debugging speed of std::deque by direct memory access
6161
- improved debugging speed of std::list by direct memory access
6262
- variables of type std::complex<...> can be displayed as Points in complex coordinate system
@@ -73,7 +73,7 @@ additions:
7373
- Plot Watch now displays MultiPoints / containers of points as Point Plot
7474
- new options for Plot Watch (Point Plot types)
7575
- new options for Graphical Watch (image size, Point Plot types, etc.)
76-
- variables are not realoaded if only redraw is required (e.g. while zooming or view reset)
76+
- variables are not reloaded if only redraw is required (e.g. while zooming or view reset)
7777
- various drawing tweaks
7878

7979
bugfixes:
@@ -220,7 +220,7 @@ additions:
220220
- icons!
221221

222222
bugfixes:
223-
- GeometryWatch wasn't redrawed if empty geometries were left after removal. Caused by an attempt of drawing of an invalid/inverted AABB.
223+
- GeometryWatch wasn't redrawn if empty geometries were left after removal. Caused by an attempt of drawing of an invalid/inverted AABB.
224224
- Transparent color was added into the colors pool after removal of undrawable variable from the GeometryWatch list.
225225

226226
version 0.3

0 commit comments

Comments
 (0)