8000 Syntax error in comment · LumiGuide/haskell-opencv@db9f8a4 · GitHub
[go: up one dir, main page]

Skip to content

Commit db9f8a4

Browse files
Dmitry Krylovroelvandijk
authored andcommitted
Syntax error in comment
1 parent a02a8d6 commit db9f8a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opencv/src/OpenCV/Calib3d.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ findFundamentalMat
110110
findFundamentalMat pts1 pts2 method = do
111111
(fm, pointMask) <- c'findFundamentalMat
112112
-- If the c++ function can't find a fundamental matrix it will
113-
-- retrun an empty matrix. We check for this case by trying to
113+
-- return an empty matrix. We check for this case by trying to
114114
-- coerce the result to the desired type.
115115
catchE (Just . (, unsafeCoerceMat pointMask) <$> coerceMat fm)
116116
(\case CoerceMatError _msgs -> pure Nothing

0 commit comments

Comments
 (0)
0