diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-09-03 11:13:53 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-09-03 13:05:32 +0200 |
commit | 0cabf8bc363cdeace84523b251752c0aac32b31b (patch) | |
tree | 314c6c45d255ce573e1dc3477b7f480cf4dd63e3 /lib-src | |
parent | d1f324766631ad15b1e893463e93000298f44480 (diff) | |
download | emacs-0cabf8bc363cdeace84523b251752c0aac32b31b.tar.gz emacs-0cabf8bc363cdeace84523b251752c0aac32b31b.tar.bz2 emacs-0cabf8bc363cdeace84523b251752c0aac32b31b.zip |
; Fix typos
Diffstat (limited to 'lib-src')
-rw-r--r-- | lib-src/etags.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/etags.c b/lib-src/etags.c index 88b49f803e9..bd4d4fcf53a 100644 --- a/lib-src/etags.c +++ b/lib-src/etags.c @@ -6259,7 +6259,7 @@ test_objc_is_mercury (char *this_file, language **lang) } } - /* Fallback heuristic test. Not failsafe but errless in pratice. */ + /* Fallback heuristic test. Not failsafe but errless in practice. */ ratio = ((float) rule_signs + percentage_signs + mercury_dots) / lines; out: |