aboutsummaryrefslogtreecommitdiff
path: root/DEVELOPING
diff options
context:
space:
mode:
authorAntonio Borneo <borneo.antonio@gmail.com>2020-02-12 23:52:41 +0100
committerSteve Bennett <steveb@workware.net.au>2020-02-18 08:45:24 +1000
commit9a4982c17d02b0ab299e5d67cb7e2964bfe5ca44 (patch)
treed55426d86237d71e962d0a6dcdc37bf9bf5a46d3 /DEVELOPING
parentfe66ddb115026a5e43fcf93b72780a9f281ec5d4 (diff)
downloadjimtcl-9a4982c17d02b0ab299e5d67cb7e2964bfe5ca44.zip
jimtcl-9a4982c17d02b0ab299e5d67cb7e2964bfe5ca44.tar.gz
jimtcl-9a4982c17d02b0ab299e5d67cb7e2964bfe5ca44.tar.bz2
docs: fix minor typos
Fix few typos in the documentation Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Diffstat (limited to 'DEVELOPING')
-rw-r--r--DEVELOPING8
1 files changed, 4 insertions, 4 deletions
diff --git a/DEVELOPING b/DEVELOPING
index 835cd0b..5156b28 100644
--- a/DEVELOPING
+++ b/DEVELOPING
@@ -46,7 +46,7 @@ the project that is about to be started. The only thing that has to be
taken care of is the project mode -- it should be "push mode".
Once the project is created one must add a user that will actually
-start commiting new files to the repo. It can also be done through the
+start committing new files to the repo. It can also be done through the
WWW interface, so nothing more is necessary.
Once finished with setting up a project on the WWW panel, one can
@@ -65,12 +65,12 @@ So for example for me it was:
In order to add file we type "git add <file>". For remove, we do "git rm
<file>". To remove all local changes that aren't in a repository you do "git
-reset --hard HEAD". Once inserted, files have to be commited with "git commit
+reset --hard HEAD". Once inserted, files have to be committed with "git commit
-a". Once done with commits for today, "git push" can be used to propagate
changes from your local disk to the remote repository.
Right now you can verify whether this works by trying to clone your
-project's repository somewhere else, this time using anonymount HTTP
+project's repository somewhere else, this time using anonymous HTTP
access:
git clone http://repo.or.cz/r/jimtcl/wkoszek.git
@@ -83,7 +83,7 @@ Jim-devel mailing list:
http://jim.tcl.tk:8080/cgi-bin/mailman/listinfo/jim-devel
-Patches prepared with the procedures presented abore are welcome. Before
+Patches prepared with the procedures presented above are welcome. Before
submitting patches, you can verify that your changes didn't bring any
regressions to the Jim. In order to do so, sample regression tests have
been implemented. You can execute them by typing: