Skip to content

Commit 780a83e

Browse files
authored
Merge pull request #756 from JuliaRobotics/21Q2/hotfix/testspelling
typo fix
2 parents 054ea14 + 0ae0db5 commit 780a83e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/testBlocks.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ function DFGFactorSCA()
358358
@test typeof(getFactorFunction(f1)) == TestFunctorInferenceType1
359359

360360

361-
#TODO here for now, don't reccomend usage.
361+
#TODO here for now, don't recommend usage.
362362
testTags = [:tag1, :tag2]
363363
@test setTags!(f1, testTags) == Set(testTags)
364364
@test setTags!(f1, Set(testTags)) == Set(testTags)

0 commit comments

Comments
 (0)