Skip to content

Commit ca4b9af

Browse files
authored
Merge pull request #408 from JuliaRobotics/feat/2Q20/391
typo
2 parents bf1094f + 8db49ca commit ca4b9af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BigData/services/AbstractBigDataEntries.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ $(SIGNATURES)
4242
Add Big Data Entry to distributed factor graph.
4343
Should be extended if DFG variable is not returned by reference.
4444
"""
45-
function addDataEntry!(dfg::AbsstractDFG,
45+
function addDataEntry!(dfg::AbstractDFG,
4646
lbl::Symbol,
4747
descr::Symbol,
4848
mimeType::AbstractString,

0 commit comments

Comments
 (0)