Skip to content
This repository was archived by the owner on Mar 15, 2025. It is now read-only.

Commit ee8e4af

Browse files
committed
Fixed a typo.
1 parent ad72938 commit ee8e4af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dang-gl/tests/Texturing/test-TextureAtlasTiles.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ TEST_CASE("TextureAtlasTiles::TileHandle provides information about a created ti
497497
tile_handle.reset();
498498
CHECK_FALSE(tile_handle);
499499

500-
SECTION("Reseting an empty tile handle does nothing.")
500+
SECTION("Resetting an empty tile handle does nothing.")
501501
{
502502
tile_handle.reset();
503503
CHECK_FALSE(tile_handle);

0 commit comments

Comments
 (0)