From 1cfda6a71fb45e257f56917147b3e684f77954a3 Mon Sep 17 00:00:00 2001
From: Ralph Giles <giles@mozilla.com>
Date: Thu, 31 Dec 2015 01:34:54 -0800
Subject: [PATCH] Fix typo.

---
 doc/release.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/release.txt b/doc/release.txt
index 4401fff..0367cc4 100644
--- a/doc/release.txt
+++ b/doc/release.txt
@@ -27,7 +27,7 @@ Win32 binaries:
   - Downloads versions of libogg, opus, openssl.
   - Compiles them.
   - Compiles static opusfile and examples against the built deps.
-- Compile dyname opusfile with:
+- Compile dynamic opusfile with:
   - ./configure --host=i686-w64-mingw32 --prefix=/path/to/builddir/mingw \
         PKG_CONFIG_PATH=/path/to/builddir/mingw/lib/pkgconfig
   - make && make check && make -C doc/latex
-- 
GitLab