diff --git a/src/uncategorized/wardrobeUse.tw b/src/uncategorized/wardrobeUse.tw
index fd0c954bf7159e6d8a852a4df55ca1f853438dcf..20d6a62d900d7b7c252cf272dcb4aa7cc4d3cc75 100644
--- a/src/uncategorized/wardrobeUse.tw
+++ b/src/uncategorized/wardrobeUse.tw
@@ -169,7 +169,7 @@ Clothes: ''<span id="clothes">$activeSlave.clothes</span>.''
 <</if>>
 <<if isItemAccessible("a halter top dress")>>
 	| <<link "Haltertop dress">>
-		<<set $activeSlave.clothes = "a haltertop dress",$activeSlave.choosesOwnClothes = 0>>
+		<<set $activeSlave.clothes = "a halter top dress",$activeSlave.choosesOwnClothes = 0>>
 		<<replace "#clothes">>$activeSlave.clothes<</replace>>
 		<<replace "#clothingDescription">><br>//<<ClothingDescription>>//<</replace>>
 	<</link>>