diff options
| author | Paul Eggert | 2011-11-19 01:18:31 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-11-19 01:18:31 -0800 |
| commit | 5396468298b0122469e0b41da8f49860d99a2b51 (patch) | |
| tree | 4bd0a6db55e2c374402f88299b6347146719566f /lib-src | |
| parent | 7430c2a1791cc9fdd51b588998d26315489ac0d8 (diff) | |
| download | emacs-5396468298b0122469e0b41da8f49860d99a2b51.tar.gz emacs-5396468298b0122469e0b41da8f49860d99a2b51.zip | |
Spelling fixes.
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 b739e8f00c5..df505b0ef56 100644 --- a/lib-src/etags.c +++ b/lib-src/etags.c | |||
| @@ -326,7 +326,7 @@ typedef struct regexp | |||
| 326 | struct re_pattern_buffer *pat; /* the compiled pattern */ | 326 | struct re_pattern_buffer *pat; /* the compiled pattern */ |
| 327 | struct re_registers regs; /* re registers */ | 327 | struct re_registers regs; /* re registers */ |
| 328 | bool error_signaled; /* already signaled for this regexp */ | 328 | bool error_signaled; /* already signaled for this regexp */ |
| 329 | bool force_explicit_name; /* do not allow implict tag name */ | 329 | bool force_explicit_name; /* do not allow implicit tag name */ |
| 330 | bool ignore_case; /* ignore case when matching */ | 330 | bool ignore_case; /* ignore case when matching */ |
| 331 | bool multi_line; /* do a multi-line match on the whole file */ | 331 | bool multi_line; /* do a multi-line match on the whole file */ |
| 332 | } regexp; | 332 | } regexp; |