From eeed71aed6b8270454cdf7bc7e85c7a429b9ef20 Mon Sep 17 00:00:00 2001
From: Amorilia <amorilia@users.sourceforge.net>
Date: Wed, 21 Sep 2011 18:57:07 +0100
Subject: [PATCH] Doc fix.

---
 include/niflib.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/niflib.h b/include/niflib.h
index 4c8880ab..877a18b2 100644
--- a/include/niflib.h
+++ b/include/niflib.h
@@ -163,11 +163,11 @@ NIFLIB_API void WriteNifTree( string const & file_name, NiObject * root, const N
 
 /*!
  * Writes a nif tree to an ostream starting at the given root object.
- * \param[in] in The output stream to write the NIF data to.
+ * \param[in] out The output stream to write the NIF data to.
  * \param[in] root The root object to start from when writing out the NIF data.  All decedents of this object will be written to the stream in tree-descending order.
  * \param[in] info A NifInfo structure that contains information such as the version of the NIF file to create.
  */
-NIFLIB_API void WriteNifTree( ostream & in, NiObject * root, const NifInfo & info = NifInfo() );
+NIFLIB_API void WriteNifTree( ostream & out, NiObject * root, const NifInfo & info = NifInfo() );
 
 /*!
  * Writes a bunch of files given a base file name, and a pointer to the root object of the Nif file tree.
-- 
GitLab