Skip to content

Commit 569e480

Browse files
committed
Spelling
1 parent d72c686 commit 569e480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AppInstallerCLITests/Sources.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ TEST_CASE("RepoSources_DefaultSourceOverride", "[sources]")
324324
// The override will change the index value as the Default will be replaced by the override.
325325
// User sources have higher priority so the override will be at index 0.
326326
// We expect the same count, and the Name, Arg, Data, and Type properties to all be identical.
327-
// Only the name is defined in the override setting so all others should be propertly populated.
327+
// Only the name is defined in the override setting so all others should be properly populated.
328328
REQUIRE(afterOverride.size() == c_DefaultSourceCount);
329329
REQUIRE(afterOverride[0].Name == beforeOverride[2].Name);
330330
REQUIRE(afterOverride[0].Arg == beforeOverride[2].Arg);

0 commit comments

Comments
 (0)