Skip to content

Commit 083f650

Browse files
committed
Merge pull request #122 from Microsoft/FixTypo
Fix typo
2 parents 212464a + 8a18e7e commit 083f650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/serviceproxy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def incrSeq(self):
1616
return temp
1717

1818
def exit(self):
19-
req = servicedefs.exitRequest(self.incrSeq())
19+
req = servicedefs.ExitRequest(self.incrSeq())
2020
jsonStr = jsonhelpers.encode(req)
2121
self.__comm.postCmd(jsonStr)
2222

0 commit comments

Comments
 (0)