diff --git a/src/js/SlaveState.js b/src/js/SlaveState.js
index 6d394763825936825abdd10aaf368f48d18386ab..c3578570fef6ae45a5fb70a325d06efb81d82a52 100644
--- a/src/js/SlaveState.js
+++ b/src/js/SlaveState.js
@@ -18,7 +18,7 @@ App.Entity.SlavePornPerformanceState = class {
 		this.fame = {
 			/** generic porn fame */
 			general: 0,
-			/** fuckdoll porn fame */
+			/** Fuckdoll porn fame */
 			fuckdoll: 0,
 			/** rape porn fame */
 			rape: 0,
@@ -1564,9 +1564,9 @@ App.Entity.SlaveState = class SlaveState {
 		 * * 10+: dependent
 		 */
 		this.addict = 0;
-		/** fuckdoll degree
+		/** Fuckdoll degree
 		 *
-		 * 0: not; 1+: fuckdoll */
+		 * 0: not; 1+: Fuckdoll */
 		this.fuckdoll = 0;
 		/** 0: no; 1: yes */
 		this.choosesOwnClothes = 0;
diff --git a/src/js/wombJS.js b/src/js/wombJS.js
index ac32ad21ba568c9da152e466ffacf357c0882ab2..9fec5854034c9b95522ff8f856e16cd755f1fca7 100644
--- a/src/js/wombJS.js
+++ b/src/js/wombJS.js
@@ -749,7 +749,7 @@ data.litters.length = summary count of separate litters in the womb.
 data.litters[x] = age (.realAge) of litter "x".
 data.countLitter[x] = count of fetuses in "x" litter.
 
-data.litterData[x] = contain array with actual fetuses that belong to a litter "x". Can be used to check anyithing related to fetus. (This is not copy, but reference to actual fetuses, so be careful with changes of this array).
+data.litterData[x] = contain array with actual fetuses that belong to a litter "x". Can be used to check anything related to fetus. (This is not copy, but reference to actual fetuses, so be careful with changes of this array).
 
 Sample of usage in SugarScript:
 ---