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

Commit a6e4584

Browse files
committed
Fixed a typo.
1 parent 5b264c0 commit a6e4584

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
@@ -495,7 +495,7 @@ TEST_CASE("TextureAtlasTiles::TileHandle provides information about a created ti
495495
tile_handle.reset();
496496
CHECK_FALSE(tile_handle);
497497

498-
SECTION("Reseting an empty tile handle does nothing.")
498+
SECTION("Resetting an empty tile handle does nothing.")
499499
{
500500
tile_handle.reset();
501501
CHECK_FALSE(tile_handle);

0 commit comments

Comments
 (0)