Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cstroe authored Apr 21, 2024
1 parent 8d658c2 commit b2f3293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ svnrdump dump https://svn.code.sf.net/p/barbecue/code > barbecue.dump

This will create a file named `barbecue.dump` which follows the SVN dump file format.
The SVN dump file format is a "serialized description of the actions required to
(re)build a version history" (see [original docs](https://svn.apache.org/repos/asf/subversion/trunk/notes/dump-load-format.txt).
(re)build a version history" (see [original docs](https://svn.apache.org/repos/asf/subversion/trunk/notes/dump-load-format.txt)).

An SVN dump file contains a list of revisions
(see [`Revision`](src/main/java/com/github/cstroe/svndumpgui/api/Revision.java)), and each
Expand Down

0 comments on commit b2f3293

Please sign in to comment.