summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/input.ml4
-rw-r--r--lib/kDL_lens_result.ml2
-rw-r--r--lib/lockfile.ml2
3 files changed, 4 insertions, 4 deletions
diff --git a/lib/input.ml b/lib/input.ml
index a9c17cc..f2fb1a7 100644
--- a/lib/input.ml
+++ b/lib/input.ml
@@ -305,8 +305,8 @@ module Nixpkgs = struct
let default_git_repository = Template.make "https://github.com/NixOS/nixpkgs.git"
(* NOTE: "refs/heads/nixpkgs-unstable" is probably good enough for your
- project, but defaulting to nixos-unstable since it is ‘safer’, requiring
- that all the NixOS tests pass *)
+ project, but defaulting to nixos-unstable since it is ‘safer’, requiring
+ that all the NixOS tests pass *)
let default_ref = "refs/heads/nixos-unstable"
let default_hash = Hash.make ~algorithm: Hash.SHA256 ()
diff --git a/lib/kDL_lens_result.ml b/lib/kDL_lens_result.ml
index 4e29ad1..9792c41 100644
--- a/lib/kDL_lens_result.ml
+++ b/lib/kDL_lens_result.ml
@@ -84,7 +84,7 @@ let set_exn a v lens =
| Error e -> failwith (show_lerr e)
(* note: update can possibly be added to the definition of [lens] to increase
- performance with more specialized implementations *)
+ performance with more specialized implementations *)
let update f a lens =
match lens.get a with
diff --git a/lib/lockfile.ml b/lib/lockfile.ml
index 4841574..650dfb6 100644
--- a/lib/lockfile.ml
+++ b/lib/lockfile.ml
@@ -190,7 +190,7 @@ module Darcs = struct
mirrors: URI.t list;
datetime: string option;
(* Darcs isn’t like the other girls; we don’t have a simple stable reference point.
- Either the tag or context can be used. *)
+ Either the tag or context can be used. *)
reference: Reference.t;
latest_weak_hash: string option;
}