summaryrefslogtreecommitdiff
path: root/server/synctex_parser_utils.c
diff options
context:
space:
mode:
authorDamien Cassou <damien@cassou.me>2019-11-26 21:11:52 +0100
committerDamien Cassou <damien@cassou.me>2019-11-26 21:11:52 +0100
commit725daa8863255a91be1b36af3f050b1767ea879a (patch)
treefa8a9d3d1ff2f5ac8d0c93a7e84febf154c3a62c /server/synctex_parser_utils.c
parent29d9f4f5b1d295cce1be686201bcbda1a9e4b62e (diff)
Fix typos
Typos found with codespell.
Diffstat (limited to 'server/synctex_parser_utils.c')
-rw-r--r--server/synctex_parser_utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/synctex_parser_utils.c b/server/synctex_parser_utils.c
index 0e9fd0e..f238550 100644
--- a/server/synctex_parser_utils.c
+++ b/server/synctex_parser_utils.c
@@ -253,7 +253,7 @@ int _synctex_copy_with_quoting_last_path_component(const char * src, char ** des
const char * lpc;
if(src && dest_ref) {
# define dest (*dest_ref)
- dest = NULL; /* Default behavior: no change and sucess. */
+ dest = NULL; /* Default behavior: no change and success. */
lpc = _synctex_last_path_component(src);
if(strlen(lpc)) {
if(strchr(lpc,' ') && lpc[0]!='"' && lpc[strlen(lpc)-1]!='"') {