summaryrefslogtreecommitdiff
path: root/src/lib/openjpip/cache_manager.h
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2017-07-26 21:06:38 +0200
committerEven Rouault <even.rouault@spatialys.com>2017-07-26 21:06:38 +0200
commit5e795d90a1e47616e0c7a2e39381c13ccf7fd6dd (patch)
treeb11a992a90fc82a23357ef9588aead07862b29a0 /src/lib/openjpip/cache_manager.h
parent2be20ce7d9996e960d79f3ad6ec439a9895849ed (diff)
Spelling fixes (patch by ka7, #890, rebased on top of master)
Diffstat (limited to 'src/lib/openjpip/cache_manager.h')
-rw-r--r--src/lib/openjpip/cache_manager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/openjpip/cache_manager.h b/src/lib/openjpip/cache_manager.h
index 64358326..61e5e02a 100644
--- a/src/lib/openjpip/cache_manager.h
+++ b/src/lib/openjpip/cache_manager.h
@@ -119,7 +119,7 @@ cache_param_t * search_cacheBycsn(int csn, cachelist_param_t *cachelist);
/**
* search a cache by cid
*
- * @param[in] cid channel identifer
+ * @param[in] cid channel identifier
* @param[in] cachelist cache list pointer
* @return found cache pointer
*/
@@ -130,7 +130,7 @@ cache_param_t * search_cacheBycid(const char cid[],
/**
* search a cache by tid
*
- * @param[in] tid target identifer
+ * @param[in] tid target identifier
* @param[in] cachelist cache list pointer
* @return found cache pointer
*/