Commit 60ebb161 authored by Greg Ward's avatar Greg Ward

Rene Liebscher: fix 'skipping byte-compilation' message for grammatical

consistency.
parent e658eb61
......@@ -74,7 +74,7 @@ class install_lib (Command):
out_fn = f + (__debug__ and "c" or "o")
compile_msg = "byte-compiling %s to %s" % \
(f, os.path.basename (out_fn))
skip_msg = "byte-compilation of %s skipped" % f
skip_msg = "skipping byte-compilation of %s" % f
self.make_file (f, out_fn, compile, (f,),
compile_msg, skip_msg)
# run ()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment