From e888cb168a8e7f448785c07e25aab9a51ae84b5b Mon Sep 17 00:00:00 2001 From: chendaojin Date: Thu, 25 Nov 2021 22:53:03 +0000 Subject: [PATCH] doc: fix some typos --- doc/manual/source/working-with-git.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/manual/source/working-with-git.rst b/doc/manual/source/working-with-git.rst index bbaa1e2e3..6e8e04b3f 100644 --- a/doc/manual/source/working-with-git.rst +++ b/doc/manual/source/working-with-git.rst @@ -92,7 +92,7 @@ With the command above, we added a remote repository, named nsnam, which links t $ git remote show -To see to what ``origin`` is linking to:: +To see what ``origin`` is linking to:: $ git remote show origin @@ -351,11 +351,14 @@ When you are done, the 'git status' command should show: Make a commit of these files: +:: + $ git commit -a -m"Update VERSION and documentation tags for ns-3.34 release" Next, make the following change to RELEASE_NOTES and commit it: :: + Availability ------------ -This release is not yet available.