xfreopen: fix typo: s/frepoen/freopen/
authorReuben Thomas <rrt@sc3d.org>
Mon, 21 Oct 2013 19:42:42 +0000 (20:42 +0100)
committerPádraig Brady <P@draigBrady.com>
Mon, 21 Oct 2013 19:44:05 +0000 (20:44 +0100)
* lib/xfreopen.c: Fix description.
* modules/xfreopen: Likewise.

ChangeLog
lib/xfreopen.c
modules/xfreopen

index ee4e3c6..7a42163 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2013-10-21  Reuben Thomas <rrt@sc3d.org>
+
+       xfreopen: Fix typo. s/frepoen/freopen/
+       * lib/xfreopen.c: Fix description.
+       * modules/xfreopen: Likewise.
+
 2013-10-21  Jim Meyering  <meyering@fb.com>
 
        regex: don't depend on wcscoll
index c7acbd1..be11c1c 100644 (file)
@@ -1,4 +1,4 @@
-/* a wrapper for frepoen
+/* a wrapper for freopen
    Copyright (C) 2008-2013 Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
index e41b2a6..dcc48e0 100644 (file)
@@ -1,5 +1,5 @@
 Description:
-a wrapper for frepoen
+a wrapper for freopen
 
 Files:
 lib/xfreopen.c