git ssb

0+

wanderer🌟 / js-primea-hypervisor



Commit 511cf56898ce3caaca602947512144d379558fe2

Fix typo (Kernel vs. Kernal)

Alex Beregszaszi committed on 8/13/2016, 1:23:23 AM
Parent: 6f0d13f77e71f28c16516a678d755d92523ee592

Files changed

index.jschanged
index.jsView
@@ -20,9 +20,9 @@
2020 const Environment = require('./environment.js')
2121
2222 const DebugInterface = require('./debugInterface.js')
2323
24-module.exports = class Kernal {
24+module.exports = class Kernel {
2525 // runs some code in the VM
2626 constructor (environment = new Environment()) {
2727 this.environment = environment
2828 }

Built with git-ssb-web