Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vkuznet committed Dec 15, 2014
1 parent d4d2abe commit 1eeeefb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/python/WMCore/WMSpec/WMWorkload.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,10 @@ def setName(self, workloadName):
return

def requestType(self):
return self.data.requstType
return self.data.requestType

def setRequestType(self, requestType):
self.data.requstType = requestType
self.data.requestType = requestType

def getInitialJobCount(self):
"""
Expand Down

0 comments on commit 1eeeefb

Please sign in to comment.