diff --git a/Riot/Modules/Common/Avatar/AvatarService.swift b/Riot/Modules/Common/Avatar/AvatarService.swift index 3a9c87cb0..02fabf2d2 100644 --- a/Riot/Modules/Common/Avatar/AvatarService.swift +++ b/Riot/Modules/Common/Avatar/AvatarService.swift @@ -51,7 +51,7 @@ class AvatarService: AvatarServiceType { /** Given an avatar input, this function returns a publisher of UIImage. If possible to retrieve the actualy image it will from network or cache. - While waiting ont he netowrk or if one can't be retrieved it will return the generated acatar. + While waiting on the network or if one can't be retrieved it will return the generated avatar. - Parameter inputData: data required to fetch the avatar or generate the image - Returns: A publisher of UIImage? that doesn't error(always possible to generate the image)