Skip to content
Snippets Groups Projects
Commit d5a9f416 authored by Lemmer, Jan's avatar Lemmer, Jan
Browse files

correct typos

parent d2a9d919
Branches
Tags
1 merge request!62Introduce changes for V1.0 RC 1
Pipeline #650052 passed
......@@ -45,7 +45,7 @@ classdef config < handle
function outputArg = checkConfig(obj)
%checkConfig validates the config file
% 1. Check if mandatory Fields are set
% 1. check if mandatory fields are set
check = isfield(obj.configData,obj.mandatoryFields);
outputArg = all(check);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment