[trivial] Fix three recently introduced typos
commitefc2e3302d9df87bca5116f15bcbee000ccfb67f
authorpracticalswift <practicalswift@users.noreply.github.com>
Thu, 18 May 2017 07:50:11 +0000 (18 09:50 +0200)
committerpracticalswift <practicalswift@users.noreply.github.com>
Tue, 23 May 2017 11:22:40 +0000 (23 13:22 +0200)
tree01ab79dbcde809772b1359792a530d25cce0961a
parente4775167cb4b15e6a37290d27009386efb1e5e97
[trivial] Fix three recently introduced typos

```
$ git blame src/policy/fees.cpp | grep becuase
3810e976 (2017-03-07 11:33:44 -0500 789)          * checks for 2*target becuase we are taking the max over all time
$ git blame src/policy/fees.h | grep successfullly
2d2e1705 (2017-04-12 12:29:03 -0400  54)  * representing that a tx was successfullly confirmed in less than or equal to
$ git blame src/wallet/feebumper.cpp | grep "hasen't"
a3878374 (2017-05-11 09:34:39 +0200 258)     // make sure the transaction still has no descendants and hasen't been mined in the meantime
```
src/policy/fees.cpp
src/policy/fees.h
src/wallet/feebumper.cpp