about summary refs log tree commit diff
path: root/src/libstore/store-api.cc
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2017-05-11T12·02+0200
committerEelco Dolstra <edolstra@gmail.com>2017-05-11T12·02+0200
commit62d476c7ee5dbb79fb435895e0cda3fac8f53ba3 (patch)
tree0f7166b587d47428fdf630b2193028ea1a7190d2 /src/libstore/store-api.cc
parentea65ae0f9c3461f9b098c8757e01f5c3add8b40c (diff)
Fix typo
Diffstat (limited to 'src/libstore/store-api.cc')
-rw-r--r--src/libstore/store-api.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/store-api.cc b/src/libstore/store-api.cc
index 8405c66dd4..96799adb1e 100644
--- a/src/libstore/store-api.cc
+++ b/src/libstore/store-api.cc
@@ -167,7 +167,7 @@ void checkStoreName(const string & name)
    collisions (for security).  For instance, it shouldn't be feasible
    to come up with a derivation whose output path collides with the
    path for a copied source.  The former would have a <s> starting with
-   "output:out:", while the latter would have a <2> starting with
+   "output:out:", while the latter would have a <s> starting with
    "source:".
 */