fix spelling mistake
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#ifndef _SESSION_MANAGER_H
|
||||
#define _SESSION_MANAGER_H
|
||||
|
||||
#ifdef __cpluscplus
|
||||
#ifdef __cplusplus
|
||||
extern "C"
|
||||
{
|
||||
#endif
|
||||
@@ -113,7 +113,7 @@ uint64_t session_manager_get_expire_interval(struct session_manager *mgr);
|
||||
|
||||
struct session_manager_stat *session_manager_stat(struct session_manager *mgr);
|
||||
|
||||
#ifdef __cpluscplus
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user