Ignore:
Timestamp:
12 Mar 2015, 08:37:21 (10 years ago)
Author:
Henrik Bettermann
Message:

Fix some typos.

Location:
main/waeup.ikoba/trunk/src/waeup/ikoba/payments
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.ikoba/trunk/src/waeup/ikoba/payments/interfaces.py

    r12741 r12749  
    4646    """Fired when a payment starts waiting for verification.
    4747    """
    48     object = Attribute("""The payment waiting.""")
     48    object = Attribute("""The payment started waiting.""")
    4949
    5050
     
    192192
    193193    For each type of content you understand as payer, you should
    194     define an IPayrtFinder that can lookup payers in the site.
     194    define an IPayerFinder that can lookup payers in the site.
    195195
    196196    This enables access from payments (which store payer ids only)
     
    278278    """A base representation of payments.
    279279
    280     In a payment, a payer payes someone (the payee) for something, the
     280    In a payment, a payer pays someone (the payee) for something, the
    281281    item to pay.
    282282
  • main/waeup.ikoba/trunk/src/waeup/ikoba/payments/payment.py

    r12741 r12749  
    8989    `currency` passed in is the 'target' currency.
    9090
    91     Returns a list of formated values. Last item is total sum.
     91    Returns a list of formatted values. Last item is total sum.
    9292    XXX: we do not really respect currency. If different items
    9393         have different currencies, we are choked.
     
    209209@attrs_to_fields
    210210class Payer(object):
    211     """A Payment is for testing.
     211    """A Payer for testing.
    212212
    213213    It cannot be stored in ZODB.
Note: See TracChangeset for help on using the changeset viewer.