Skip to content

Commit b8a399a

Browse files
committed
Added missing word (you) in Section 9.1 regarding Bazaar
1 parent cea89ff commit b8a399a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/09-git-and-other-scms/sections/client-bzr.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ The second command clones all the branches contained in the emacs repository; ne
6262
$ git config remote-bzr.branches 'trunk, xwindow'
6363
----
6464

65-
Some remote repositories don't allow to list their branches, in which case you have to manually specify them, and even though you could specify the configuration in the cloning command, you may find this easier:
65+
Some remote repositories don't allow you to list their branches, in which case you have to manually specify them, and even though you could specify the configuration in the cloning command, you may find this easier:
6666

6767
[source,console]
6868
----

0 commit comments

Comments
 (0)