lib/nitcorn: fix last references to unitcorn
[nit.git] / lib / nitcorn / sessions.nit
index 8ae26ac..15fa9cc 100644 (file)
@@ -62,7 +62,7 @@ redef class Sys
        private var next_session_id_cache: nullable Int = null
 
        # Salt used to hash the session id
-       protected var session_salt = "Default unitcorn session salt"
+       protected var session_salt = "Default nitcorn session salt"
 end
 
 redef class Int