diff options
| author | Juanma Barranquero | 2008-02-20 12:09:38 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2008-02-20 12:09:38 +0000 |
| commit | 31e25350a8293708ce4fa08cfe3ad119bd728fd8 (patch) | |
| tree | 4a2ce5c46887445013441adf239341db61f93169 /lib-src | |
| parent | 50f271cb5a8a9cc415efb465023724d3d73937c8 (diff) | |
| download | emacs-31e25350a8293708ce4fa08cfe3ad119bd728fd8.tar.gz emacs-31e25350a8293708ce4fa08cfe3ad119bd728fd8.zip | |
Fix typo in comment.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/emacsclient.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c index 1ccd8356ad2..e927c12c098 100644 --- a/lib-src/emacsclient.c +++ b/lib-src/emacsclient.c | |||
| @@ -1511,7 +1511,7 @@ main (argc, argv) | |||
| 1511 | a valid drive designator, are interpreted as drive:path, not | 1511 | a valid drive designator, are interpreted as drive:path, not |
| 1512 | file:stream, and treated as absolute. | 1512 | file:stream, and treated as absolute. |
| 1513 | The user can still pass a file:stream if desired (for example, | 1513 | The user can still pass a file:stream if desired (for example, |
| 1514 | .\X:Y, but it is not very useful, as Emacs currently does a | 1514 | .\X:Y), but it is not very useful, as Emacs currently does a |
| 1515 | very bad job of dealing wih NTFS streams. */ | 1515 | very bad job of dealing wih NTFS streams. */ |
| 1516 | { | 1516 | { |
| 1517 | char *filename = (char *) xmalloc (MAX_PATH); | 1517 | char *filename = (char *) xmalloc (MAX_PATH); |