Re: [systemd-devel] fix typo in comment

2012-10-19 Thread Zbigniew Jędrzejewski-Szmek
On 10/17/2012 04:06 PM, Christian Hesse wrote:
 Hello everybody,
 
 I found a typo in comment. Patch is attached, thanks!
Applied.

Note: your signature confuses 'git am'. Best to git-send-email directly.
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel


[systemd-devel] fix typo in comment

2012-10-17 Thread Christian Hesse
Hello everybody,

I found a typo in comment. Patch is attached, thanks!
-- 
main(a){char*c=/*Schoene Gruesse */B?IJj;MEH
CX:;,b;for(a/*Chris   get my mail address:*/=0;b=c[a++];)
putchar(b-1/(/*   gcc -o sig sig.c  ./sig*/b/42*2-3)*42);}
diff --git a/src/shared/install.c b/src/shared/install.c
index a99c757..a9d75f3 100644
--- a/src/shared/install.c
+++ b/src/shared/install.c
@@ -1515,7 +1515,7 @@ int unit_file_enable(
 
 /* This will return the number of symlink rules that were
 supposed to be created, not the ones actually created. This is
-useful to determine whether the passed files hat any
+useful to determine whether the passed files had any
 installation data at all. */
 r = install_context_apply(c, paths, config_path, root_dir, force, changes, n_changes);
 
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel


Re: [systemd-devel] Fix typo in comment

2010-09-29 Thread Kay Sievers
On Wed, Sep 29, 2010 at 04:49, Andreas Jaeger a...@suse.de wrote:
 Just noticed the following while reading the git diff,

Applied.

Thanks,
Kay
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel


[systemd-devel] Fix typo in comment

2010-09-28 Thread Andreas Jaeger
Just noticed the following while reading the git diff,
Andreas

From 5a4689ef2a875f2d50f7691b03d7675180542d9d Mon Sep 17 00:00:00 2001
From: Andreas Jaeger a...@suse.de
Date: Wed, 29 Sep 2010 04:46:29 +0200
Subject: [PATCH] Fix comment

---
 src/tmpfiles.c |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/tmpfiles.c b/src/tmpfiles.c
index 3a83311..13e830d 100644
--- a/src/tmpfiles.c
+++ b/src/tmpfiles.c
@@ -34,7 +34,7 @@
 #include strv.h
 #include label.h
 
-/* This reads all files listed in /etc/tempfiles.d/?*.conf and creates
+/* This reads all files listed in /etc/tmpfiles.d/?*.conf and creates
  * them in the file system. This is intended to be used to create
  * properly owned directories beneath /tmp, /var/tmp, /var/run and
  * /var/lock which are volatile and hence need to be recreated on
-- 
1.7.2.2

-- 
 Andreas Jaeger, Program Manager openSUSE,  a...@{novell.com,opensuse.org}
  Twitter: jaegerandi | Identica: jaegerandi
   SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg)
Maxfeldstr. 5, 90409 Nürnberg, Germany
 GPG fingerprint = 93A3 365E CE47 B889 DF7F  FED1 389A 563C C272 A126
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel