[ostree] Fix a typo
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ostree] Fix a typo
- Date: Sun, 6 May 2012 18:10:22 +0000 (UTC)
commit ae0b4ac6284d73cac57a78c1bb456e140c37ba81
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]