diff --git a/po/cs.po b/po/cs.po
index 2d041824ad40607308bb8af66c602e3857bd202e..1082f2ee1584142c1dea28fe833319085ec70cec 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -5265,7 +5265,7 @@ msgid "Day Off"
 msgstr "Den volna"
 
 #: ../src/common/pep.py:78
-msgid "Haning out"
+msgid "Hanging out"
 msgstr "Venku za zábavou"
 
 #: ../src/common/pep.py:79
diff --git a/po/de.po b/po/de.po
index f03bc6e02207b00fb7498be35723a5ea0ef8a629..fb03d78cda3effaf0512bcbcb9ae2e7ae8422e2a 100644
--- a/po/de.po
+++ b/po/de.po
@@ -5317,7 +5317,7 @@ msgid "Day Off"
 msgstr "Freier Tag"
 
 #: ../src/common/pep.py:78
-msgid "Haning out"
+msgid "Hanging out"
 msgstr "Rumhängen"
 
 #: ../src/common/pep.py:79
diff --git a/po/ru.po b/po/ru.po
index 0545a9767c1290860be15b8a1309bf2d07d8f815..39f9e4a3a0e11b85773ef57ea0d47c3f0c72812d 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -5261,7 +5261,7 @@ msgstr "Выходной день"
 
 #: ../src/common/pep.py:78
 #, fuzzy
-msgid "Haning out"
+msgid "Hanging out"
 msgstr "тусовка"
 
 #: ../src/common/pep.py:79
diff --git a/src/common/pep.py b/src/common/pep.py
index 69dd9e208f5b481ba16e3e1ba7207354c4b992d0..f7816437090da6ffbd0c60d03a2ec190f2626ce9 100644
--- a/src/common/pep.py
+++ b/src/common/pep.py
@@ -75,7 +75,7 @@ ACTIVITIES = {
 	'having_appointment': {'category':	_('Having an Appointment')},
 	'inactive': {'category':				_('Inactive'),
 		'day_off':								_('Day Off'),
-		'hanging_out':							_('Haning out'),
+		'hanging_out':							_('Hanging out'),
 		'on_vacation':							_('On Vacation'),
 		'scheduled_holiday':					_('Scheduled Holiday'),
 		'sleeping':								_('Sleeping')},