diff options
Diffstat (limited to 'akregator/HACKING')
-rw-r--r-- | akregator/HACKING | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/akregator/HACKING b/akregator/HACKING index 4567e4d49..7ff481182 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 ) |