Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
evermeer committed Apr 17, 2019
2 parents 3f2a9f6 + 9d5eff4 commit 2bff105
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Source/EVCloudData.swift
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ open class EVCloudData: EVObject {
}

/**
Singleton acces to the wrapper class with the dictionaries with public and private containers.
Singleton access to the wrapper class with the dictionaries with public and private containers.
:return: The container wrapper class
*/
Expand All @@ -102,7 +102,7 @@ open class EVCloudData: EVObject {
}

/**
Singleton acces to a specific named public container
Singleton access to a specific named public container
- parameter containterIdentifier: The identifier of the public container that you want to use.
:return: The public container for the identifier.
Expand All @@ -118,7 +118,7 @@ open class EVCloudData: EVObject {
}

/**
Singleton acces to a specific named private container
Singleton access to a specific named private container
- parameter containterIdentifier: The identifier of the private container that you want to use.
:return: The private container for the identifier.
Expand Down
10 changes: 5 additions & 5 deletions Source/EVCloudKitDao.swift
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ open class EVCloudKitDao {
}

/**
Singleton acces to the wrapper class with the dictionaries with public and private containers.
Singleton access to the wrapper class with the dictionaries with public and private containers.
:return: The container wrapper class
*/
Expand All @@ -74,7 +74,7 @@ open class EVCloudKitDao {
}

/**
Singleton acces to a specific named public container
Singleton access to a specific named public container
- parameter containterIdentifier: The identifier of the public container that you want to use.
:return: The public container for the identifier.
Expand All @@ -88,7 +88,7 @@ open class EVCloudKitDao {
}

/**
Singleton acces to a specific named private container
Singleton access to a specific named private container
- parameter containterIdentifier: The identifier of the private container that you want to use.
:return: The private container for the identifier.
Expand Down Expand Up @@ -125,7 +125,7 @@ open class EVCloudKitDao {
fileprivate var database: CKDatabase!

/**
The iClout account status of the current user
The iCloud account status of the current user
:return: The account status of the current user
*/
Expand Down Expand Up @@ -154,7 +154,7 @@ open class EVCloudKitDao {
fileprivate var ioQueue: DispatchQueue!

/**
On init set a quick refrence to the container and database
On init set a quick reference to the container and database
*/
init() {
self.initializeDatabase()
Expand Down

0 comments on commit 2bff105

Please sign in to comment.