[Tizen] Assert when proprety notification is used in a thread other than the main...
[platform/core/uifw/dali-core.git] / dali / internal / event / common / thread-local-storage.cpp
index 25b3d06..8c18dd0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2022 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2023 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -94,7 +94,7 @@ bool ThreadLocalStorage::Created()
   return (threadLocal != nullptr);
 }
 
-bool ThreadLocalStorage::IsSuttingDown()
+bool ThreadLocalStorage::IsShuttingDown()
 {
   return isShuttingDown;
 }