You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by rl...@apache.org on 2021/04/24 15:26:36 UTC

svn commit: r1889151 - in /comdev/nearby_people/nearby/templates: 404.html 500.html base.html

Author: rlenferink
Date: Sat Apr 24 15:26:36 2021
New Revision: 1889151

URL: http://svn.apache.org/viewvc?rev=1889151&view=rev
Log:
Fixed typo

Modified:
    comdev/nearby_people/nearby/templates/404.html
    comdev/nearby_people/nearby/templates/500.html
    comdev/nearby_people/nearby/templates/base.html

Modified: comdev/nearby_people/nearby/templates/404.html
URL: http://svn.apache.org/viewvc/comdev/nearby_people/nearby/templates/404.html?rev=1889151&r1=1889150&r2=1889151&view=diff
==============================================================================
--- comdev/nearby_people/nearby/templates/404.html (original)
+++ comdev/nearby_people/nearby/templates/404.html Sat Apr 24 15:26:36 2021
@@ -28,7 +28,7 @@
                 &nbsp;<a href="https://community.apache.org" title="Community Development Site">Community Development Site</a>&nbsp;&gt;&nbsp;<a href="/pick_place" title="Find People">Find People</a> 
             </td> 
             <td align="right" valign="middle" class="topBarDiv" align="left" nowrap="true"> 
-            <a href="https://community.apache.org/">Apache Community Development</a> | <a href="https://mail-archives.apache.org/mod_mbox/community-dev/">Mailling List</a> 
+            <a href="https://community.apache.org/">Apache Community Development</a> | <a href="https://mail-archives.apache.org/mod_mbox/community-dev/">Mailing List</a> 
             </td> 
         </tr> 
       </table>

Modified: comdev/nearby_people/nearby/templates/500.html
URL: http://svn.apache.org/viewvc/comdev/nearby_people/nearby/templates/500.html?rev=1889151&r1=1889150&r2=1889151&view=diff
==============================================================================
--- comdev/nearby_people/nearby/templates/500.html (original)
+++ comdev/nearby_people/nearby/templates/500.html Sat Apr 24 15:26:36 2021
@@ -28,7 +28,7 @@
                 &nbsp;<a href="https://community.apache.org" title="Community Development Site">Community Development Site</a>&nbsp;&gt;&nbsp;<a href="/pick_place" title="Find People">Find People</a> 
             </td> 
             <td align="right" valign="middle" class="topBarDiv" align="left" nowrap="true"> 
-            <a href="https://community.apache.org/">Apache Community Development</a> | <a href="https://mail-archives.apache.org/mod_mbox/community-dev/">Mailling List</a> 
+            <a href="https://community.apache.org/">Apache Community Development</a> | <a href="https://mail-archives.apache.org/mod_mbox/community-dev/">Mailing List</a> 
             </td> 
         </tr> 
       </table>

Modified: comdev/nearby_people/nearby/templates/base.html
URL: http://svn.apache.org/viewvc/comdev/nearby_people/nearby/templates/base.html?rev=1889151&r1=1889150&r2=1889151&view=diff
==============================================================================
--- comdev/nearby_people/nearby/templates/base.html (original)
+++ comdev/nearby_people/nearby/templates/base.html Sat Apr 24 15:26:36 2021
@@ -30,7 +30,7 @@
             &nbsp;<a href="/" title="Community Development Apps">Community Development Apps</a>&nbsp;&gt;&nbsp;<a href="/pick_place" title="Find People">Find People</a> 
           </td> 
           <td align="right" valign="middle" class="topBarDiv" align="left" nowrap="true"> 
-            <a href="https://community.apache.org/">Apache Community Development</a> | <a href="https://lists.apache.org/list.html?dev@community.apache.org">Mailling List</a> 
+            <a href="https://community.apache.org/">Apache Community Development</a> | <a href="https://lists.apache.org/list.html?dev@community.apache.org">Mailing List</a> 
           </td> 
         </tr> 
       </table>