summaryrefslogtreecommitdiffstats
path: root/xstd.c
diff options
context:
space:
mode:
Diffstat (limited to 'xstd.c')
-rw-r--r--xstd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xstd.c b/xstd.c
index 45d5c43f..66aba8bd 100644
--- a/xstd.c
+++ b/xstd.c
@@ -93,7 +93,7 @@ xstrdup(const char *p)
}
int
-xstrlcats(char *buf, const struct mdoc_node *n, size_t sz)
+xstrlcpys(char *buf, const struct mdoc_node *n, size_t sz)
{
char *p;