diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-10-20 12:44:36 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-10-20 12:44:36 +0200 |
commit | 941e1773216818665914b4adf11582d14f572be4 (patch) | |
tree | acdd5898334b2b9f6bc10d2597dc63328bdaff12 /doc | |
parent | 1832b0668d3dfc283b90147460e9c3c3474dcbcd (diff) |
Fix typo in introduction
Diffstat (limited to 'doc')
-rw-r--r-- | doc/intro.cli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/intro.cli b/doc/intro.cli index 0fe8d0c..ac43311 100644 --- a/doc/intro.cli +++ b/doc/intro.cli @@ -445,7 +445,7 @@ info: dir{hello-1.0.0/} is up to date updated hello/1.0.0 \ -Why did nothing happenned? Because \c{bpkg} will only upgrade (or downgrade) +Why did nothing happen? Because \c{bpkg} will only upgrade (or downgrade) to a new version if we explicitly ask it to. As things stand, all dependencies for \c{hello} are satisfied and \c{bpkg} is happy to twiddle its thumbs. Let's tell \c{bpkg} to build us \c{libhello} instead: |