Skip to content

Commit

Permalink
correct splitted to split
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.code.sf.net/p/pspm/svn/trunk@505 23ec9670-3a1e-4a12-9187-a0ba8bce340d
  • Loading branch information
Tobias Moser committed Nov 24, 2017
1 parent 3206a8d commit 1fa8ba8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pspm_cfg/pspm_cfg_split_sessions.m
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
split_behavior.values = {split_auto, split_manual};
split_behavior.val = {split_auto};
split_behavior.help = {['Choose whether sessions should be detected ', ...
'automatically or if sessions should be splitted according to ', ...
'automatically or if sessions should be split according to ', ...
'given marker id''s.']};

%% Overwrite file
Expand Down Expand Up @@ -86,4 +86,4 @@
vout.sname = 'Output File(s)';
% this can be entered into any file selector
vout.tgt_spec = cfg_findspec({{'class','cfg_files'}});
vout.src_output = substruct('()',{':'});
vout.src_output = substruct('()',{':'});

0 comments on commit 1fa8ba8

Please sign in to comment.