diff --git a/src/engine_maketasks.c b/src/engine_maketasks.c
index 92c8ce665e4581a3a09545fec9ca092710e38675..5a5434cc6821dbd8b40dbc1b4e7ed30888ea6748 100644
--- a/src/engine_maketasks.c
+++ b/src/engine_maketasks.c
@@ -291,10 +291,6 @@ void engine_addtasks_send_stars(struct engine *e, struct cell *ci,
       scheduler_addunlock(s, ci->hydro.super->stars.drift, t_feedback);
 
       scheduler_addunlock(s, ci->super->timestep, t_ti);
-
-      /* Update the stars counts before you send them */
-      if (with_star_formation && ci->hydro.count > 0) {
-      }
     }
 
     engine_addlink(e, &ci->mpi.send, t_feedback);
diff --git a/src/feedback/EAGLE/feedback_iact.h b/src/feedback/EAGLE/feedback_iact.h
index e57e903c8fc797acaa96e323ea457cab4f894c5a..f1096beec2e1beb92fcdd92ed3f47da49d9fe439 100644
--- a/src/feedback/EAGLE/feedback_iact.h
+++ b/src/feedback/EAGLE/feedback_iact.h
@@ -116,7 +116,7 @@ runner_iact_nonsym_feedback_apply(const float r2, const float *dx,
 
 #ifdef SWIFT_DEBUG_CHECKS
   if (Omega_frac < 0. || Omega_frac > 1.)
-    error("Invalid fraction of material to dsitribute. Omega_frac=%e",
+    error("Invalid fraction of material to distribute. Omega_frac=%e",
           Omega_frac);
 #endif