summaryrefslogtreecommitdiffstats
path: root/akregator/HACKING
diff options
context:
space:
mode:
Diffstat (limited to 'akregator/HACKING')
-rw-r--r--akregator/HACKING2
1 files changed, 1 insertions, 1 deletions
diff --git a/akregator/HACKING b/akregator/HACKING
index 4567e4d4..7ff48118 100644
--- a/akregator/HACKING
+++ b/akregator/HACKING
@@ -66,7 +66,7 @@ Spaces
================================================================================
Spaces should be used between the conditional / loop type and the
-conditional statement. They should not be used after tqparenthesis. However
+conditional statement. They should not be used after parenthesis. However
the should be to mark of mathematical or comparative operators.
if ( foo == bar )