fix typo.

This commit is contained in:
Charles Lowell 2011-10-01 17:06:40 -05:00
parent 3ef20171b8
commit 30d866d7fe
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ module Jenkins
# Launch processes on build slaves. No functionality is currently exposed
class Launcher
class Proc
attr_reader :natvie
attr_reader :native
def initialize(native)
@native = native