Skip to content

Commit

Permalink
Fixed typo orginalDir -> originalDir
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Peelle authored and Jonathan Peelle committed Dec 12, 2018
1 parent 5689b3e commit 333dc56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jp_addnoise_wrapper.m
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
% The original files are in originalDir; the thinking is that these should
% be read-only and never modified. If you want to add noise, change the
% scaling, etc., you probably want to do this in a new directory (outDir).
orginalDir = '/Volumes/OTO_Secure/Peelle_Lab/stimuli/Peelle_Lab_Sentences/original';
originalDir = '/Volumes/OTO_Secure/Peelle_Lab/stimuli/Peelle_Lab_Sentences/original';
outDir = '/Volumes/OTO_Secure/Peelle_Lab/stimuli/Peelle_Lab_Sentences/babble_8talker_2014-11';


Expand Down

0 comments on commit 333dc56

Please sign in to comment.