lease: fix typos

a. fix typo in godoc
b. make receiver of FakeLessor's function identical
This commit is contained in:
lorneli
2017-09-03 14:46:40 +08:00
parent 589a7a19ac
commit 77a19cd9d4
2 changed files with 3 additions and 3 deletions

View File

@ -12,5 +12,5 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// Package lease provides an interface and implemetation for time-limited leases over arbitrary resources.
// Package lease provides an interface and implementation for time-limited leases over arbitrary resources.
package lease