From 7e9124033b9af7f09637d14822bb17ac912fd7d2 Mon Sep 17 00:00:00 2001 From: jacob1 Date: Sat, 29 Jul 2017 22:49:40 -0400 Subject: [PATCH] fix RFRG description typo (use more common spelling) --- src/simulation/elements/RFRG.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/simulation/elements/RFRG.cpp b/src/simulation/elements/RFRG.cpp index 7bf792b45..44212c3ad 100644 --- a/src/simulation/elements/RFRG.cpp +++ b/src/simulation/elements/RFRG.cpp @@ -28,7 +28,7 @@ Element_RFRG::Element_RFRG() Temperature = R_TEMP + 273.15f; HeatConduct = 3; - Description = "Refrigerant. Heats up and liquifies under pressure."; + Description = "Refrigerant. Heats up and liquefies under pressure."; Properties = TYPE_GAS|PROP_DEADLY;