diff options
| author | Paul Eggert | 2011-12-29 18:52:49 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-12-29 18:52:49 -0800 |
| commit | 9858f6c326dfad35733b0dc86231bdd97f2b7703 (patch) | |
| tree | 74e717ced1fa94d505e3ace360f3c9280bd9b2fa /lib-src | |
| parent | 2cae5ba432fc30042950c073b7ec7807bb98bcde (diff) | |
| download | emacs-9858f6c326dfad35733b0dc86231bdd97f2b7703.tar.gz emacs-9858f6c326dfad35733b0dc86231bdd97f2b7703.zip | |
Spelling fixes.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ebrowse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/ebrowse.c b/lib-src/ebrowse.c index 7395f2c8fdd..9af4f4faf41 100644 --- a/lib-src/ebrowse.c +++ b/lib-src/ebrowse.c | |||
| @@ -981,7 +981,7 @@ make_namespace (char *name, struct sym *context) | |||
| 981 | } | 981 | } |
| 982 | 982 | ||
| 983 | 983 | ||
| 984 | /* Find the symbol for namespace NAME. If not found, retrun NULL */ | 984 | /* Find the symbol for namespace NAME. If not found, return NULL */ |
| 985 | 985 | ||
| 986 | static struct sym * | 986 | static struct sym * |
| 987 | check_namespace (char *name, struct sym *context) | 987 | check_namespace (char *name, struct sym *context) |