From 7f5f66300a757082a9c8e5847aa4dfb471615a78 Mon Sep 17 00:00:00 2001 From: ShanMukha Innovations Date: Mon, 6 Aug 2018 17:12:42 +0530 Subject: [PATCH] Fixed a typo --- src/dic/gui_set_resolution_3.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dic/gui_set_resolution_3.m b/src/dic/gui_set_resolution_3.m index c81ce42..a4ab004 100644 --- a/src/dic/gui_set_resolution_3.m +++ b/src/dic/gui_set_resolution_3.m @@ -271,7 +271,7 @@ c= get(hObject,'String') [filename,pathname, FILTERINDEX] = uigetfile( ... {strcat('*', handles.Ext), strcat(handles.Ext,'-files') }, ... - 'MultiSelect', 'on', 'Selet the Calibration image', handles.path); + 'MultiSelect', 'on', 'Select the Calibration image', handles.path); handles.ref_file=[]; if FILTERINDEX==1 handles.ref_file = strcat(pathname, filename); @@ -330,7 +330,7 @@ c= get(hObject,'String') [filename,pathname, FILTERINDEX] = uigetfile( ... {strcat('*', handles.Ext), strcat(handles.Ext,'-files') }, ... - 'MultiSelect', 'on', 'Selet the Calibration image', handles.path); + 'MultiSelect', 'on', 'Select the Calibration image', handles.path); handles.ref_file=[]; if FILTERINDEX==1 handles.ref_file = strcat(pathname, filename);