From adb99821bcf487d0baf4058ad676df85b11cf37e Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Tue, 22 Sep 2015 05:07:56 +0000 Subject: Fix typos. Summary: Another round of minor typo fixes. Reviewers: clayborg Subscribers: lldb-commits Differential Revision: http://reviews.llvm.org/D13026 llvm-svn: 248243 --- lldb/examples/python/symbolication.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/examples/python') diff --git a/lldb/examples/python/symbolication.py b/lldb/examples/python/symbolication.py index d5215ad922d..2f2a274dbc4 100755 --- a/lldb/examples/python/symbolication.py +++ b/lldb/examples/python/symbolication.py @@ -223,7 +223,7 @@ class Image: @classmethod def InitWithSBTargetAndSBModule(cls, target, module): - '''Initalize this Image object with a module from a target.''' + '''Initialize this Image object with a module from a target.''' obj = cls(module.file.fullpath, module.uuid) obj.resolved_path = module.platform_file.fullpath obj.resolved = True -- cgit v1.2.3