diff options
author | Alexander Baldeck <alexander@archlinux.org> | 2004-12-16 20:17:14 +0000 |
---|---|---|
committer | Alexander Baldeck <alexander@archlinux.org> | 2004-12-16 20:17:14 +0000 |
commit | a3a35bee17ff844fe1a4862f446e44863c4745a5 (patch) | |
tree | 230de56b3d41000af2b2291536134cc7f9482db6 /docs/HACKING.txt | |
parent | 540eba0dacadb77333ea4837eee0ede2d389b1d2 (diff) | |
download | mana-client-a3a35bee17ff844fe1a4862f446e44863c4745a5.tar.gz mana-client-a3a35bee17ff844fe1a4862f446e44863c4745a5.tar.bz2 mana-client-a3a35bee17ff844fe1a4862f446e44863c4745a5.tar.xz mana-client-a3a35bee17ff844fe1a4862f446e44863c4745a5.zip |
*** empty log message ***
Diffstat (limited to 'docs/HACKING.txt')
-rw-r--r-- | docs/HACKING.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/HACKING.txt b/docs/HACKING.txt index 85c9607e..fb426a14 100644 --- a/docs/HACKING.txt +++ b/docs/HACKING.txt @@ -102,5 +102,5 @@ necessary. To denote global variables and functions the lowercase_underscores style may be used. Hungarian style should be avoided. -* Whenever you add a new source file somwhere in ./src do not forget to add them +* Whenever you add a new source file somewhere in ./src do not forget to add them in ./src/Makefile.am as well! |