diff --git a/src/events/RE/reShelterInspection.js b/src/events/RE/reShelterInspection.js
index d8a749e39408692c33dd7c5c82e0db521f9d1993..dc6700bce58d38e9a3232a6cd0a9a74e5cc2ffa2 100644
--- a/src/events/RE/reShelterInspection.js
+++ b/src/events/RE/reShelterInspection.js
@@ -102,7 +102,7 @@ App.Events.REShelterInspection = class REShelterInspection extends App.Events.Ba
 			}
 		}
 		r.push(`Not waiting to be greeted, the inspector looks up at the nearest camera and demands to be let in. ${He2}'s an older ${woman2} with graying hair up in a bun, holding a tablet against ${his2} chest like a shield.`);
-		r.push(Spoken(inspector, `"I'm here to inspect ${originSlave.slaveName}, ${(originSlave.slaveName !== inspectee.slaveName) ? `or as you call ${him}, ${inspectee.slaveName},` : ``}"`));
+		r.push(Spoken(inspector, `"I'm here to inspect ${originSlave.slaveName},${(originSlave.slaveName !== inspectee.slaveName) ? ` or as you call ${him}, ${inspectee.slaveName},` : ``}"`));
 		r.push(`${he2} bellows up at the camera.`);
 
 		App.Events.addParagraph(node, r);