about summary refs log tree commit diff
path: root/pkgs/build-support
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2016-11-23 02:06:26 +0100
committerFranz Pletz <fpletz@fnordicwalking.de>2016-11-23 02:06:26 +0100
commitf01dd648f5253e5bdc439e7369349015af42b5c5 (patch)
treea39aba0a39205df3d49773dafef63d88b86d1890 /pkgs/build-support
parent02668d6c6a8e5492be4339d715da570de9fae8f3 (diff)
parent38d77bc86b83f01ef6cd91fa4b6090f5373bc692 (diff)
downloadnixlib-f01dd648f5253e5bdc439e7369349015af42b5c5.tar
nixlib-f01dd648f5253e5bdc439e7369349015af42b5c5.tar.gz
nixlib-f01dd648f5253e5bdc439e7369349015af42b5c5.tar.bz2
nixlib-f01dd648f5253e5bdc439e7369349015af42b5c5.tar.lz
nixlib-f01dd648f5253e5bdc439e7369349015af42b5c5.tar.xz
nixlib-f01dd648f5253e5bdc439e7369349015af42b5c5.tar.zst
nixlib-f01dd648f5253e5bdc439e7369349015af42b5c5.zip
Merge branch 'master' into staging
Diffstat (limited to 'pkgs/build-support')
-rw-r--r--pkgs/build-support/fetchgit/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/build-support/fetchgit/default.nix b/pkgs/build-support/fetchgit/default.nix
index 59e06c95ebba..982229cf8a5f 100644
--- a/pkgs/build-support/fetchgit/default.nix
+++ b/pkgs/build-support/fetchgit/default.nix
@@ -26,7 +26,7 @@ in
    Cloning branches will make the hash check fail when there is an update.
    But not all patches we want can be accessed by tags.
 
-   The workaround is getting the last n commits so that it's likly that they
+   The workaround is getting the last n commits so that it's likely that they
    still contain the hash we want.
 
    for now : increase depth iteratively (TODO)