From 859adbeb3f12012c997186d7cd8817edde687191 Mon Sep 17 00:00:00 2001
From: Ralph Giles <giles@mozilla.com>
Date: Thu, 31 Dec 2015 16:07:36 -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 b68d83c..58ccee1 100644
--- a/doc/release.txt
+++ b/doc/release.txt
@@ -42,7 +42,7 @@ Win32 binaries:
 - Copy .libs/libopusfile.a to the release dir.
 - Copy .libs/libopusfile.dll.a to the release dir. (May not be needed?)
 - Copy ./lib/libopusurl-0.dll, etc. to the release dir.
-- Copy ./bin/*.ddl to the release dir for dependencies.
+- Copy ./bin/*.dll to the release dir for dependencies.
 - Copy any other dependent dlls, e.g. on Fedora 23 I needed to copy
     /usr/i686-w64-mingw32/sys-root/mingw/bin/libgcc_s_sjlj-1.dll
     /usr/i686-w64-mingw32/sys-root/mingw/bin/libwinpthread-1.dll
-- 
GitLab