Index: appfsd.c ================================================================== --- appfsd.c +++ appfsd.c @@ -423,11 +423,11 @@ if (interp == NULL) { interp = appfs_create_TclInterp(NULL); if (interp == NULL) { - APPFS_DEBUG("Create interp failed, returningin failure."); + APPFS_DEBUG("Create interp failed, returning in failure."); return(NULL); } pthread_ret = pthread_setspecific(interpKey, interp);