[Epic-ID: ODUHIGH-406][Task-ID: ODUHIGH-449] Fixes releate to Cell Id
[o-du/l2.git] / src / 5gnrsch / sch.c
index d561b1e..15d4dfd 100644 (file)
@@ -2158,7 +2158,7 @@ uint8_t schAddPagingIndtoList(CmLListCp *storedPageList,void * pageIndInfo)
    {
       cmLListAdd2Tail(storedPageList, currentNodeInfo);
    }
-   DU_LOG("\nINFO  -->  SCH : Paging information is stored sucessfully");
+   DU_LOG("\nINFO  -->  SCH : Paging information is stored successfully");
    return ROK;
 }