Skip to content

Commit 8c903be

Browse files
authored
update sonic-pi-server.rb correct typo
change tokne to token
1 parent 7546277 commit 8c903be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/server/ruby/bin/sonic-pi-server.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@
653653

654654
server.add_method("/midi-stop") do |args|
655655
incoming_token = args[0]
656-
if incoming_token == tokne
656+
if incoming_token == token
657657
silent = args[1] == 1
658658
sp.__midi_system_stop(silent)
659659
else

0 commit comments

Comments
 (0)