diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2010-02-12 13:16:15 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2010-02-12 13:16:15 +0200 |
commit | eb7d51a3faf9298c0c7aa9aaeae1023dcf9e37ea (patch) | |
tree | a95a2fd8ca357e637918ee82b154f56416da7410 /src/common | |
parent | Fix jl -> jb in ASM files. (diff) | |
download | xz-eb7d51a3faf9298c0c7aa9aaeae1023dcf9e37ea.tar.xz |
Collection of language fixes to comments and docs.
Thanks to Jonathan Nieder.
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/tuklib_progname.c | 2 | ||||
-rw-r--r-- | src/common/tuklib_progname.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/common/tuklib_progname.c b/src/common/tuklib_progname.c index 12ac8ae1..7cb7e203 100644 --- a/src/common/tuklib_progname.c +++ b/src/common/tuklib_progname.c @@ -1,7 +1,7 @@ /////////////////////////////////////////////////////////////////////////////// // /// \file tuklib_progname.c -/// \brief Program name to be displayd in messages +/// \brief Program name to be displayed in messages // // Author: Lasse Collin // diff --git a/src/common/tuklib_progname.h b/src/common/tuklib_progname.h index 579daa34..791b1251 100644 --- a/src/common/tuklib_progname.h +++ b/src/common/tuklib_progname.h @@ -1,7 +1,7 @@ /////////////////////////////////////////////////////////////////////////////// // /// \file tuklib_progname.h -/// \brief Program name to be displayd in messages +/// \brief Program name to be displayed in messages // // Author: Lasse Collin // |