diff --git a/code/game/area/Space Station 13 areas.dm b/code/game/area/Space Station 13 areas.dm
index d249518607..337adfb7a3 100755
--- a/code/game/area/Space Station 13 areas.dm
+++ b/code/game/area/Space Station 13 areas.dm
@@ -497,7 +497,7 @@ area/space/atmosalert()
//names are used
/area/syndicate_station
- name = "\improper Independant Station"
+ name = "\improper Independent Station"
icon_state = "yellow"
requires_power = 0
flags = RAD_SHIELDED
@@ -2788,4 +2788,4 @@ var/list/the_station_areas = list (
H << S
spawn(60) .()
-*/
\ No newline at end of file
+*/
diff --git a/code/game/objects/items/weapons/implants/implantcircuits.dm b/code/game/objects/items/weapons/implants/implantcircuits.dm
index 856e7a5d8b..7dd29055f3 100644
--- a/code/game/objects/items/weapons/implants/implantcircuits.dm
+++ b/code/game/objects/items/weapons/implants/implantcircuits.dm
@@ -29,7 +29,7 @@
Function: Contains no innate functions until other components are added.
Special Features:
Modular Circuitry- Can be loaded with specific modular circuitry in order to fulfill a wide possibility of functions.
- Integrity: Implant is not shielded from electromagnetic interferance, otherwise it is independant of subject's status."}
+ Integrity: Implant is not shielded from electromagnetic interference, otherwise it is independent of subject's status."}
return dat
/obj/item/weapon/implant/integrated_circuit/emp_act(severity)
@@ -45,4 +45,4 @@
..()
/obj/item/weapon/implant/integrated_circuit/attack_self(mob/user)
- IC.attack_self(user)
\ No newline at end of file
+ IC.attack_self(user)
diff --git a/code/modules/admin/admin.dm b/code/modules/admin/admin.dm
index 08b16efa60..84aa437c55 100644
--- a/code/modules/admin/admin.dm
+++ b/code/modules/admin/admin.dm
@@ -1261,7 +1261,7 @@ proc/admin_notice(var/message, var/rights)
usr << "AI [key_name(S, usr)]'s laws:"
else if(isrobot(S))
var/mob/living/silicon/robot/R = S
- usr << "CYBORG [key_name(S, usr)] [R.connected_ai?"(Slaved to: [R.connected_ai])":"(Independant)"]: laws:"
+ usr << "CYBORG [key_name(S, usr)] [R.connected_ai?"(Slaved to: [R.connected_ai])":"(Independent)"]: laws:"
else if (ispAI(S))
usr << "pAI [key_name(S, usr)]'s laws:"
else