# HG changeset patch
# User James Swineson <github@public.swineson.me>
# Date 1476459727 -28800
#      Fri Oct 14 23:42:07 2016 +0800
# Node ID e7b4ed143000747da0bc79bbb775ba83e31fe138
# Parent  8e433874f57efbe91fef837464eae520f43ed7e7
fix typo

diff --git a/bstrlib.txt b/bstrlib.txt
--- a/bstrlib.txt
+++ b/bstrlib.txt
@@ -637,7 +637,7 @@
 utf8util.c      - C implemention of generic utf8 parsing functions.
 utf8util.h      - C head file for generic utf8 parsing functions.
 buniutil.c      - C implemention utf8 bstring packing and unpacking functions.
-buniutil.c      - C header file for utf8 bstring functions.
+buniutil.h      - C header file for utf8 bstring functions.
 
 Extra utility functions:
 bstraux.c       - C example that implements trivial additional functions.