Skip to content

Commit

Permalink
evil typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephanie committed Jul 12, 2016
1 parent f851eaf commit 5e42cb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions startup_bbci_toolbox.m
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function startup_bbci_toolbox(varargin)

% import dependencies if not done yet
if ~exist(fullfile(BTB.Dir, 'external', 'auto_import_performed'), 'file')
inp = input(sprintf(['\nThis is the first startup of the BBCI toolbox - Wellcome!\n\n', ...
inp = input(sprintf(['\nThis is the first startup of the BBCI toolbox - Welcome!\n\n', ...
'You can now automatically download and import code from other sources.\n', ...
'This adds additional functionalities such as ICA and SSD to the BBCI toolbox.\n',...
'Following startups won''t ask for automatic imports. Manual imports are\n',...
Expand Down Expand Up @@ -122,4 +122,4 @@ function startup_bbci_toolbox(varargin)



evalin('base', 'global BTB');
evalin('base', 'global BTB');

0 comments on commit 5e42cb7

Please sign in to comment.