aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorW. Trevor King <wking@tremily.us>2013-08-02 10:51:52 -0700
committerW. Trevor King <wking@tremily.us>2013-08-02 10:51:52 -0700
commitdcbdaba0806b27fbe8f6a3e9b5ca7d18919be866 (patch)
treeb358c59b895ddc57080ed1a226ded0feacb8cab6
parent61ac4eee6a137983b9561ad33342197c8278bdbd (diff)
parent8ed1da9ec402f8e46c82a3cdcdf1c35bc6795245 (diff)
downloadbugseverywhere-dcbdaba0806b27fbe8f6a3e9b5ca7d18919be866.tar.gz
Merge remote-tracking branch 'esr/master'
* esr/master: Typo fix.
-rw-r--r--doc/tutorial.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tutorial.txt b/doc/tutorial.txt
index 2e4d949..a3452fc 100644
--- a/doc/tutorial.txt
+++ b/doc/tutorial.txt
@@ -251,7 +251,7 @@ Showing changes
Often you will want to see what's going on in another dev's branch or
remind yourself what you've been working on recently. All VCSs have
some sort of ``diff`` command that shows what's changed since revision
-``XYZ``. BE has it's own command that formats the bug-repository
+``XYZ``. BE has its own command that formats the bug-repository
portion of those changes in an easy-to-understand summary format. To
compare your working tree with the last commit::