Bump to 1.14.1
[platform/upstream/augeas.git] / lenses / aptconf.aug
index 2338c39..2131540 100644 (file)
@@ -9,7 +9,7 @@ About: Reference
 where possible.
 
 About: License
-  This file is licenced under the LGPLv2+, like the rest of Augeas.
+  This file is licenced under the LGPL v2+, like the rest of Augeas.
 
 About: Lens Usage
   To be documented
@@ -33,7 +33,7 @@ let eol = Util.eol
 
 (* View: empty
    A C-style empty line *)
-let empty = Util.empty_c_style
+let empty = Util.empty_any
 
 (* View: indent
    An indentation *)
@@ -41,7 +41,7 @@ let indent = Util.indent
 
 (* View: comment_simple
    A one-line comment, C-style *)
-let comment_simple = Util.comment_c_style
+let comment_simple = Util.comment_c_style_or_hash
 
 (* View: comment_multi
    A multiline comment, C-style *)
@@ -73,7 +73,7 @@ let name_re_colons = /[A-Za-z][A-Za-z:-]*/
      since apt.conf allows for both
      APT { Clean-Installed { "true" } }
      and APT::Clean-Installed "true";
-     but we're chosing to map them the same way
+     but we're choosing to map them the same way
 
      The recursive lens doesn't seem
      to care and defaults to the first