trietptm / pygdb

Automatically exported from code.google.com/p/pygdb
Other
0 stars 0 forks source link

Typo #3

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
    def file_exec_file(self, filename):
        return self._cmd('-file-exec-flie', filename)

should be

        return self._cmd('-file-exec-file', filename)

Original issue reported on code.google.com by budzynow...@gmail.com on 21 Jul 2010 at 6:15