Update extract_features.cpp
authorLumin Zhou <CDLuminate@users.noreply.github.com>
Fri, 4 Sep 2015 04:38:43 +0000 (04:38 +0000)
committerLumin Zhou <CDLuminate@users.noreply.github.com>
Fri, 4 Sep 2015 04:38:43 +0000 (04:38 +0000)
tools/extract_features.cpp

index 365dd49..084c9bf 100644 (file)
@@ -42,7 +42,7 @@ int feature_extraction_pipeline(int argc, char** argv) {
     "  save_feature_dataset_name1[,name2,...]  num_mini_batches  db_type"
     "  [CPU/GPU] [DEVICE_ID=0]\n"
     "Note: you can extract multiple features in one pass by specifying"
-    " multiple feature blob names and dataset names seperated by ','."
+    " multiple feature blob names and dataset names separated by ','."
     " The names cannot contain white space characters and the number of blobs"
     " and datasets must be equal.";
     return 1;