diff --git a/code/game/objects/items/devices/scanners.dm b/code/game/objects/items/devices/scanners.dm
index 492f80b8657..b62ac594b68 100644
--- a/code/game/objects/items/devices/scanners.dm
+++ b/code/game/objects/items/devices/scanners.dm
@@ -572,7 +572,7 @@ BREATH ANALYZER
/obj/item/device/breath_analyzer
name = "breath analyzer"
- desc = "A hand-held breath analyzer that provides a robust amount of information about the subject's repository system."
+ desc = "A hand-held breath analyzer that provides a robust amount of information about the subject's respiratory system."
icon_state = "breath_analyzer"
item_state = "analyzer"
w_class = ITEMSIZE_SMALL
@@ -670,11 +670,11 @@ BREATH ANALYZER
for(var/_R in H.breathing.reagent_volumes)
var/decl/reagent/R = decls_repository.get_decl(_R)
if(R.scannable)
- to_chat(user,"[R.name] found in subject's respitory system.")
+ to_chat(user,"[R.name] found in subject's respiratory system.")
else
++unknown
if(unknown)
- to_chat(user,"Non-medical reagent[(unknown > 1)?"s":""] found in subject's respitory system.")
+ to_chat(user,"Non-medical reagent[(unknown > 1)?"s":""] found in subject's respiratory system.")
/obj/item/device/advanced_healthanalyzer
diff --git a/html/changelogs/respitory.yml b/html/changelogs/respitory.yml
new file mode 100644
index 00000000000..4f51f3b98ac
--- /dev/null
+++ b/html/changelogs/respitory.yml
@@ -0,0 +1,6 @@
+author: listerla
+
+delete-after: True
+
+changes:
+ - spellcheck: "Fixed typos of 'respiratory' in the breath analyzer."
\ No newline at end of file