diff options
author | rubidium <rubidium@openttd.org> | 2013-06-09 18:58:36 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2013-06-09 18:58:36 +0000 |
commit | b860353a66c032ba21325fc1ec5051f4ac6bfb32 (patch) | |
tree | e9f89a35040cb27211671b949cb72316d3f040c4 /src/saveload | |
parent | 9e7513d9e88b6f48effd60a32aac2d93c5355944 (diff) | |
download | openttd-b860353a66c032ba21325fc1ec5051f4ac6bfb32.tar.xz |
(svn r25387) -Fix: "typos" in @file filename
Diffstat (limited to 'src/saveload')
-rw-r--r-- | src/saveload/story_sl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/saveload/story_sl.cpp b/src/saveload/story_sl.cpp index fd2d142c2..0ee5fe947 100644 --- a/src/saveload/story_sl.cpp +++ b/src/saveload/story_sl.cpp @@ -7,7 +7,7 @@ * See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>. */ -/** @file story_page_sl.cpp Code handling saving and loading of story pages */ +/** @file story_sl.cpp Code handling saving and loading of story pages */ #include "../stdafx.h" #include "../story_base.h" |