about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2017-11-03 22:57:39 +0100
committerLeah Neukirchen <leah@vuxu.org>2017-11-03 22:57:39 +0100
commit8c499789196b79a8e681b22e19065d37eb76a309 (patch)
treeb4b9a5e6f79e2d1e94bdb6ac52bc141a1b75af05
parent2d193c8d4292c4ab0e3aaa5f4e02061df069bbb5 (diff)
downloadxe-8c499789196b79a8e681b22e19065d37eb76a309.tar.gz
xe-8c499789196b79a8e681b22e19065d37eb76a309.tar.xz
xe-8c499789196b79a8e681b22e19065d37eb76a309.zip
perc_subst: typo
-rw-r--r--xe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xe.c b/xe.c
index c929cb8..4cc416c 100644
--- a/xe.c
+++ b/xe.c
@@ -554,7 +554,7 @@ perc_subst(char *pat, char *base, char *arg)
 		    t+1);
 
 	if (l >= sizeof buf) {
-		fprintf(stderr, "xe: result of percent subsitution too long\n");
+		fprintf(stderr, "xe: result of percent substitution too long\n");
 		exit(1);
 	}