[ostree/easy-fixes] Fix a typo
- From: Matthias Clasen <matthiasc src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [ostree/easy-fixes] Fix a typo
 
- Date: Sun,  6 May 2012 03:04:46 +0000 (UTC)
 
commit 81dc125aed37e5e0e6545835248990b26ba987b0
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat May 5 23:05:37 2012 -0400
    Fix a typo
 src/ostbuild/pyostbuild/builtin_compile_one.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/ostbuild/pyostbuild/builtin_compile_one.py b/src/ostbuild/pyostbuild/builtin_compile_one.py
index eef08df..af9104a 100755
--- a/src/ostbuild/pyostbuild/builtin_compile_one.py
+++ b/src/ostbuild/pyostbuild/builtin_compile_one.py
@@ -235,7 +235,7 @@ class OstbuildCompileOne(builtins.Builtin):
 
         endtime = time.time()
 
-        log("Compliation succeeded; %d seconds elapsed" % (int(endtime - starttime),))
+        log("Compilation succeeded; %d seconds elapsed" % (int(endtime - starttime),))
         log("Results placed in %s" % (self.ostbuild_resultdir, ))
 
     def _install_and_unlink(self, src, dest):
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]