diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2014-01-07 09:27:03 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2014-01-07 09:27:03 +0100 |
commit | f878997828a5eb1b8412d363ffcb387ddd68f291 (patch) | |
tree | 32d9037c6c69481e60d4e863fa70789ec6cd2f83 /src/core/wee-version.c | |
parent | 7d17e429aa335940f3b6dae32b550eb6ad45c5b4 (diff) | |
download | weechat-f878997828a5eb1b8412d363ffcb387ddd68f291.zip |
core: fix typo in comment
Diffstat (limited to 'src/core/wee-version.c')
-rw-r--r-- | src/core/wee-version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/wee-version.c b/src/core/wee-version.c index cee252e10..4583c6010 100644 --- a/src/core/wee-version.c +++ b/src/core/wee-version.c @@ -69,7 +69,7 @@ version_get_name_version () /* * Returns the output of "git describe" (non-empty only for a devel version, - * if compilation was made* using the git repository, if git command was found). + * if compilation was made using the git repository, if git command was found). * * Example: * v0.3.9-104-g7eb5cc |