[glick2] helper: fix comment typo



commit 6fa302f7dc739f8a66ea2f95f51c6c73f1ed3f29
Author: Stefan Sauer <ensonic users sf net>
Date:   Thu Oct 20 13:34:50 2011 +0200

    helper: fix comment typo

 helper.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/helper.c b/helper.c
index 70e3dc1..74f1f90 100644
--- a/helper.c
+++ b/helper.c
@@ -121,7 +121,7 @@ main (int argc,
 	       NULL, MS_PRIVATE, NULL);
   if (res != 0 && errno == EINVAL) {
     /* Maybe if failed because there is no mount
-       to be made private at that point, letsa
+       to be made private at that point, lets
        add a bind mount there. */
     __debug__(("mount bundle (bind)\n"));
     res = mount (BUNDLE_PREFIX, BUNDLE_PREFIX,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]