From 4314f1925805801eac7b4f6a2263f7835d542b72 Mon Sep 17 00:00:00 2001 From: Sergey Abramchuk Date: Sat, 14 Jul 2018 14:59:31 +0300 Subject: [PATCH] Fix typo in property descriptions --- OpenVPN Adapter/OpenVPNInterfaceStats.h | 2 +- OpenVPN Adapter/OpenVPNTransportStats.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenVPN Adapter/OpenVPNInterfaceStats.h b/OpenVPN Adapter/OpenVPNInterfaceStats.h index 37ae994..d18671e 100644 --- a/OpenVPN Adapter/OpenVPNInterfaceStats.h +++ b/OpenVPN Adapter/OpenVPNInterfaceStats.h @@ -29,7 +29,7 @@ @property (readonly, nonatomic) NSInteger packetsIn; /** - Amout of sent packets + Amount of sent packets */ @property (readonly, nonatomic) NSInteger packetsOut; diff --git a/OpenVPN Adapter/OpenVPNTransportStats.h b/OpenVPN Adapter/OpenVPNTransportStats.h index c7888e2..ca78bcb 100644 --- a/OpenVPN Adapter/OpenVPNTransportStats.h +++ b/OpenVPN Adapter/OpenVPNTransportStats.h @@ -29,7 +29,7 @@ @property (readonly, nonatomic) NSInteger packetsIn; /** - Amout of sent packets + Amount of sent packets */ @property (readonly, nonatomic) NSInteger packetsOut;