Skip to content

Commit 32b2a16

Browse files
committed
gc_controller: fixed type in message
1 parent 31887c3 commit 32b2a16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gc_controller.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
% Version Checking
2626
if ~strcmp(config.version, '2.0')
27-
error('The version of gc_controller should be 2.0, your current verison of json config file is %s.', config.version)
27+
error('The version of gc_controller should be 2.0, your current version of json config file is %s.', config.version)
2828
end
2929

3030
% General Setting

0 commit comments

Comments
 (0)