Fix the typo

Change-Id: Iddc1e5e73a62ba13b192b6dbb40bce7a3c139fb8
diff --git a/TestON/tests/FUNC/FUNCintent/dependencies/FuncIntentFunction.py b/TestON/tests/FUNC/FUNCintent/dependencies/FuncIntentFunction.py
index 3f1514a..1d31f69 100644
--- a/TestON/tests/FUNC/FUNCintent/dependencies/FuncIntentFunction.py
+++ b/TestON/tests/FUNC/FUNCintent/dependencies/FuncIntentFunction.py
@@ -2256,7 +2256,7 @@
     main.log.info( "Sleeping {} seconds".format( main.removeIntentSleep ) )
     time.sleep( main.removeIntentSleep )
 
-    main.Cluster.active( 0 ).CIL.purgeWithdrawnIntents()
+    main.Cluster.active( 0 ).CLI.purgeWithdrawnIntents()
     main.log.debug( str( main.Cluster.active( 0 ).CLI.intents() ) )
     main.log.info( "Sleeping {} seconds".format( main.removeIntentSleep ) )
     time.sleep( main.removeIntentSleep )