From 065ad88ea877be441fab55b594e5d4f66d93175f Mon Sep 17 00:00:00 2001 From: matlabbe Date: Thu, 10 Apr 2014 17:50:30 +0000 Subject: [PATCH] corrected a typo git-svn-id: http://find-object.googlecode.com/svn/trunk/find_object@203 620bd6b2-0a58-f614-fd9a-1bd335dccda9 --- src/Settings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Settings.h b/src/Settings.h index bc673b4d..17294e2a 100644 --- a/src/Settings.h +++ b/src/Settings.h @@ -164,7 +164,7 @@ class Settings PARAMETER(NearestNeighbor, Lsh_key_size, int, 20, "The size of the hash key in bits (between 10 and 20 usually)."); PARAMETER(NearestNeighbor, Lsh_multi_probe_level, int, 2, "The number of bits to shift to check for neighboring buckets (0 is regular LSH, 2 is recommended)."); - PARAMETER(General, autoStartCamera, bool, false, "Automatically start the camera when the applciation is opened."); + PARAMETER(General, autoStartCamera, bool, false, "Automatically start the camera when the application is opened."); PARAMETER(General, autoUpdateObjects, bool, true, "Automatically update objects on every parameter changes, otherwise you would need to press \"Update objects\" on the objects panel."); PARAMETER(General, nextObjID, uint, 1, "Next object ID to use."); PARAMETER(General, imageFormats, QString, "*.png *.jpg *.bmp *.tiff *.ppm", "Image formats supported.");