diff options
author | Shawn Pearce <spearce@spearce.org> | 2016-07-04 14:35:40 -0700 |
---|---|---|
committer | Shawn Pearce <spearce@spearce.org> | 2016-07-04 14:35:40 -0700 |
commit | e9bed8de62840b178b2e8a301ef13f15f79342ee (patch) | |
tree | 94691c4910d56539093cbf57520ac2aa0042d117 | |
parent | d7a88317852f1735b93fc692628e12367b07fe72 (diff) | |
download | jgit-e9bed8de62840b178b2e8a301ef13f15f79342ee.tar.gz jgit-e9bed8de62840b178b2e8a301ef13f15f79342ee.zip |
UploadPack: Correct typo of negotiation in Javadoc
Change-Id: Ibab89fddda7ccfe3390348aa129ab2e5e3b7f538
-rw-r--r-- | org.eclipse.jgit/src/org/eclipse/jgit/transport/UploadPack.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/transport/UploadPack.java b/org.eclipse.jgit/src/org/eclipse/jgit/transport/UploadPack.java index e49ee87b73..ac8f5f61f4 100644 --- a/org.eclipse.jgit/src/org/eclipse/jgit/transport/UploadPack.java +++ b/org.eclipse.jgit/src/org/eclipse/jgit/transport/UploadPack.java @@ -682,7 +682,7 @@ public class UploadPack { * Get the PackWriter's statistics if a pack was sent to the client. * * @return statistics about pack output, if a pack was sent. Null if no pack - * was sent, such as during the negotation phase of a smart HTTP + * was sent, such as during the negotiation phase of a smart HTTP * connection, or if the client was already up-to-date. * @since 3.0 * @deprecated Use {@link #getStatistics()}. @@ -697,7 +697,7 @@ public class UploadPack { * Get the PackWriter's statistics if a pack was sent to the client. * * @return statistics about pack output, if a pack was sent. Null if no pack - * was sent, such as during the negotation phase of a smart HTTP + * was sent, such as during the negotiation phase of a smart HTTP * connection, or if the client was already up-to-date. * @since 4.1 */ |