diff options
author | Maximilian Hils <git@maximilianhils.com> | 2015-12-12 11:43:56 +0100 |
---|---|---|
committer | Maximilian Hils <git@maximilianhils.com> | 2015-12-12 11:43:56 +0100 |
commit | 6391b05ef1b92585765eb77e352921ec61b65020 (patch) | |
tree | 51dee5fbe43ec834d4661e5eed6466a6d0405b5b /docs/tutorials | |
parent | c6d849f7f566b9307f96fdfeb28b09813cffd69f (diff) | |
parent | c8f9f4c17e1d4485e0cc98f609f39bc59a17c163 (diff) | |
download | mitmproxy-6391b05ef1b92585765eb77e352921ec61b65020.tar.gz mitmproxy-6391b05ef1b92585765eb77e352921ec61b65020.tar.bz2 mitmproxy-6391b05ef1b92585765eb77e352921ec61b65020.zip |
Merge pull request #857 from jwilk/spelling
docs: fix typos
Diffstat (limited to 'docs/tutorials')
-rw-r--r-- | docs/tutorials/gamecenter.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/tutorials/gamecenter.rst b/docs/tutorials/gamecenter.rst index 96c30437..9dce5df8 100644 --- a/docs/tutorials/gamecenter.rst +++ b/docs/tutorials/gamecenter.rst @@ -9,7 +9,7 @@ The setup In this tutorial, I'm going to show you how simple it is to creatively interfere with Apple Game Center traffic using mitmproxy. To set things up, :ref:`install the mitmproxy root certificate <certinstall>`. Then -start mitmproxy on your desktop, and confige the iPhone to use it as a proxy. +start mitmproxy on your desktop, and configure the iPhone to use it as a proxy. Taking a look at the Game Center traffic @@ -111,7 +111,7 @@ player of all time. There's a curious addendum to this tale. When I first wrote this tutorial, all the top competitors' scores were the same: 2,147,483,647 (this is no longer the -case, beacause there are now so many fellow cheaters using this tutorial). If +case, because there are now so many fellow cheaters using this tutorial). If you think that number seems familiar, you're right: it's 2^31-1, the maximum value you can fit into a signed 32-bit int. Now let me tell you another peculiar thing about Super Mega Worm - at the end of every game, it submits |