Skip to content

Commit

Permalink
Merge pull request #5 from ibnfirnas/fix-typos
Browse files Browse the repository at this point in the history
Fix some typos in README.md
  • Loading branch information
samoht committed Apr 19, 2014
2 parents 2112652 + e9e490f commit 3d1b94c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ lives).

All the objects share a consistent API, and convenience functions are
provided to manipulate the different objects. For instance, it is
possible to make a pack file position independant (as the Zlib
possible to make a pack file position independent (as the Zlib
compression might change the relative offsets between the packed
objects), to generate pack indexes from pack files, or to expand
the filesystem of a given commit.
Expand Down Expand Up @@ -56,9 +56,9 @@ $ make install
deepen options) but with no support for fancy download capabilities
which is exposed by usual Git servers.

### Waht is *not* supported
### What is *not* supported

* Puhsing is not supported -- although it should not be very hard to
* Pushing is not supported -- although it should not be very hard to
support a dummy implementation, with no compression.

* Only client-side operations are currently supported. Implementing
Expand Down Expand Up @@ -104,4 +104,4 @@ sys 0m0.925s
```

Not much energy have been dedicated to profiling the protocol
implementation yet, so there is still plenty room for improvement.
implementation yet, so there is still plenty room for improvement.

0 comments on commit 3d1b94c

Please sign in to comment.