Merge pull request #59 from pwightman/comment-typo-fixes

Fixing it's/its mistakes in comments.
This commit is contained in:
Danny Greg 2013-01-05 10:52:56 -08:00
Родитель a2d981602c cf3914144f
Коммит a2a746100f
2 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -38,12 +38,12 @@ typedef void (^RBLPopoverDelegateBlock)(RBLPopover *popover);
// A popover.
// This aims to replicate the API of `NSPopover`, within reason, whilst offering
// more flexibility when it comes to customising of it's appearance.
// more flexibility when it comes to customising of its appearance.
//
// A note on layers: by default the clipping method which the popover uses to
// clip it's subviews to it's outline does _not_ support any layer backed or
// clip its subviews to its outline does _not_ support any layer backed or
// hosting views. This can be worked around by adding mask layers to any layers
// you add to the popover or it's subviews.
// you add to the popover or its subviews.
@interface RBLPopover : NSResponder
// The view controller providing the view displayed within the popover.

Просмотреть файл

@ -40,7 +40,7 @@
// The identifier for the event monitor we are using to watch for mouse clicks
// outisde of the popover.
// We are not responsible for it's memory management.
// We are not responsible for its memory management.
@property (nonatomic, weak) id transientEventMonitor;
// The size the content view was before the popover was shown.