Skip to content

Commit

Permalink
[image] typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiencastan committed Feb 8, 2023
1 parent ce2cd12 commit b4b70df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/aliceVision/image/caching.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class CacheValue
{
public:
/**
* @brief Factory method to create a CacheValue instance that wraps a shared inter to an image
* @brief Factory method to create a CacheValue instance that wraps a shared pointer to an image
* @param[in] img shared pointer to an image
* @result CacheValue instance wrapping the shared pointer
*/
Expand Down Expand Up @@ -173,7 +173,7 @@ inline std::shared_ptr<Image<RGBAfColor>> CacheValue::get<RGBAfColor>() { return


/**
* @brief A class for retrieving images from disk (optionnaly downscaled) that implements a caching mechanism.
* @brief A class for retrieving images from disk (optionally downscaled) that implements a caching mechanism.
*
* When creating an instance of this class, one must provide two memory size limits:
* - a capacity: the amount of space dedicated to storing images for later use
Expand Down

0 comments on commit b4b70df

Please sign in to comment.