blame: reject empty ranges -LX,+0 and -LX,-0
[gitweb.git] / Documentation / rev-list-options.txt
index e632e8576e6f9c3ee80fdf9dc001211647be5890..27f8de3d8616d831e4a5b6d9ae7ab22e8ad12115 100644 (file)
@@ -369,7 +369,7 @@ each merge.  The commits are:
 * `E` changes `quux` to "xyzzy", and its merge `P` combines the
   strings to "quux xyzzy".  `P` is TREESAME to `O`, but not to `E`.
 
-* `X` is an indpendent root commit that added a new file `side`, and `Y`
+* `X` is an independent root commit that added a new file `side`, and `Y`
   modified it. `Y` is TREESAME to `X`. Its merge `Q` added `side` to `P`, and
   `Q` is TREESAME to `P`, but not to `Y`.