File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -50,13 +50,13 @@ def run
5050 if argv . length <= 3
5151 @connection_file , @boot_file , @work_dir = argv
5252 else
53- raise ArgumentError , "Too many comandline arguments"
53+ raise ArgumentError , "Too many commandline arguments"
5454 end
5555 else
5656 if argv . length <= 2
5757 @boot_file , @work_dir = argv
5858 else
59- raise ArgumentError , "Too many comandline arguments"
59+ raise ArgumentError , "Too many commandline arguments"
6060 end
6161 end
6262
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ def setup
3232 end
3333 end
3434
35- test ( "IRuby warns tthe existence of the kernel in IPython's kerenls directory and executes `jupyter kernelspec install` command" ) do
35+ test ( "IRuby warns the existence of the kernel in IPython's kernels directory and executes `jupyter kernelspec install` command" ) do
3636 out , status = Open3 . capture2e ( *iruby_command ( "register" ) )
3737 assert status . success?
3838 assert_match ( /^Fake Jupyter$/ , out )
You can’t perform that action at this time.
0 commit comments