Skip to content

Commit 9f0e825

Browse files
committed
Fix spelling issue in Migration and Changelog doc
Signed-off-by: yexiaochuan <[email protected]>
1 parent 1d4b19f commit 9f0e825

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Changelog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,7 @@
830830
1. Increased Marker coverage
831831
* [Pull request #738](https://github.com/gazebosim/ign-rendering/pull/738)
832832

833-
1. Added shaderType converage
833+
1. Added shaderType coverage
834834
* [Pull request #740](https://github.com/gazebosim/ign-rendering/pull/740)
835835

836836
1. Improved grid coverage
@@ -859,7 +859,7 @@
859859
1. Update Marker test
860860
* [Pull request #673](https://github.com/gazebosim/gz-rendering/pull/673)
861861

862-
1. Increase TransformControl test converage
862+
1. Increase TransformControl test coverage
863863
* [Pull request #668](https://github.com/gazebosim/gz-rendering/pull/668)
864864

865865
1. Enable ogre2 heightmap test

Migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ formats used in gz-common and gz-msgs.
9292

9393
1. `Scene::SetTime` is often unset. Gazebo's `Ogre2` now defaults to 60hz otherwise rendering won't advance forward.
9494
+ Mostly affects Particles.
95-
+ Also may affect gaussian postprocessing and other filters dependant on time.
95+
+ Also may affect gaussian postprocessing and other filters dependent on time.
9696
+ Previous behavior was using real time instead of simulation time, which is wrong.
9797
+ See https://github.com/gazebosim/gz-rendering/issues/556 for details.
9898

0 commit comments

Comments
 (0)