diff --git a/lsd_slam_core/src/DataStructures/Frame.h b/lsd_slam_core/src/DataStructures/Frame.h index 1ff2f530..b94462cd 100644 --- a/lsd_slam_core/src/DataStructures/Frame.h +++ b/lsd_slam_core/src/DataStructures/Frame.h @@ -270,7 +270,7 @@ class Frame bool reActivationDataValid; - // data from initial tracking, indicating which pixels in the reference frame ware good or not. + // data from initial tracking, indicating which pixels in the reference frame were good or not. // deleted as soon as frame is used for mapping. bool* refPixelWasGood; };