Skip to content

Commit 7e7631f

Browse files
author
Chuck Cho
committed
Fixing a typo
1 parent 3b5c6d0 commit 7e7631f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/extract_features.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ int feature_extraction_pipeline(int argc, char** argv) {
130130
txns.push_back(txn);
131131
}
132132

133-
LOG(ERROR)<< "Extacting Features";
133+
LOG(ERROR)<< "Extracting Features";
134134

135135
Datum datum;
136136
std::vector<int> image_indices(num_features, 0);

0 commit comments

Comments
 (0)