diff options
Diffstat (limited to 'server/synctex_parser.h')
| -rw-r--r-- | server/synctex_parser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/synctex_parser.h b/server/synctex_parser.h index e54a017..9e0a00e 100644 --- a/server/synctex_parser.h +++ b/server/synctex_parser.h @@ -105,7 +105,7 @@ extern "C" { * Use 0 only if you do not want to parse the * content but just check for existence. * Available since version 1.5 - * - resturn: a scanner. NULL is returned in case + * - return: a scanner. NULL is returned in case * of an error or non existent file. */ synctex_scanner_p synctex_scanner_new_with_output_file(const char * output, const char * build_directory, int parse); |
