diff options
author | Vincent Pit <perl@profvince.com> | 2009-12-30 23:53:22 +0100 |
---|---|---|
committer | Vincent Pit <perl@profvince.com> | 2009-12-30 23:53:39 +0100 |
commit | e936069588e55fda670c085e230b9c346d55a820 (patch) | |
tree | 5ca0d9ae836a9dbb7e0c09757692026a2e2dd270 /pod/perlrepository.pod | |
parent | bdaf0bc66003e69b76742a2585696176c10fe128 (diff) | |
download | perl-e936069588e55fda670c085e230b9c346d55a820.tar.gz |
s/text message/text editor/ in the last change to perlrepository.pod
Spotted by David E. Wheeler.
Diffstat (limited to 'pod/perlrepository.pod')
-rw-r--r-- | pod/perlrepository.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlrepository.pod b/pod/perlrepository.pod index 764348cfcd..eb1737c8f1 100644 --- a/pod/perlrepository.pod +++ b/pod/perlrepository.pod @@ -236,7 +236,7 @@ a single atomic unit, run this command: If you want to commit some, but not all of your changes, have a look at the documentation for C<git add>.) -Git will start up your favorite text message, so that you can craft a +Git will start up your favorite text editor, so that you can craft a commit message for your change. See L</Commit message> below for more information about what makes a good commit message. |