fix typo in module name for MBCs

This commit is contained in:
Colby 2016-08-09 20:54:25 +10:00
parent 4ccb749957
commit b0d024108a
4 changed files with 4 additions and 6 deletions

View file

@ -1,4 +1,4 @@
module Waterforul
module Waterfoul
module MBC
class MBC2
end

View file

@ -1,4 +1,4 @@
module Waterforul
module Waterfoul
module MBC
class MBC3
def self.[](i)

View file

@ -1,4 +1,4 @@
module Waterforul
module Waterfoul
module MBC
class MBC4
def self.[](i)
@ -11,4 +11,3 @@ module Waterforul
end
end
end

View file

@ -1,4 +1,4 @@
module Waterforul
module Waterfoul
module MBC
class MBC5
def self.[](i)
@ -11,4 +11,3 @@ module Waterforul
end
end
end