From c68d810755d3bd3bed2c4459b3200ac79df6999e Mon Sep 17 00:00:00 2001
From: Giovanni Bussi <giovanni.bussi@gmail.com>
Date: Fri, 18 Oct 2013 17:30:08 +0200
Subject: [PATCH] Typos

Fixed typo resulting in duplicated manual for SPRINT
Added a reference to SPRINT in the "moving from plumed 1" guide
---
 src/multicolvar/LocalAverage.cpp | 2 +-
 user-doc/tutorials/moving.txt    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/multicolvar/LocalAverage.cpp b/src/multicolvar/LocalAverage.cpp
index 08485bb05..a98465bf9 100644
--- a/src/multicolvar/LocalAverage.cpp
+++ b/src/multicolvar/LocalAverage.cpp
@@ -23,7 +23,7 @@
 #include "core/ActionRegister.h"
 #include "tools/SwitchingFunction.h"
 
-//+PLUMEDOC MCOLVARF SPRINT
+//+PLUMEDOC MCOLVARF LOCAL_AVERAGE
 /*
 Calculate averages over spherical regions centered on atoms
 
diff --git a/user-doc/tutorials/moving.txt b/user-doc/tutorials/moving.txt
index bb80f85ce..7c4cca5d3 100644
--- a/user-doc/tutorials/moving.txt
+++ b/user-doc/tutorials/moving.txt
@@ -197,7 +197,7 @@ equivalent.  You should read the documentation for the Plumed 2 Action.
 </TR>
 <TR>
   <TD> SPRINT </TD>
-  <TD> <b> currently missing </b> </TD>
+  <TD> <b> \ref SPRINT </b> </TD>
 </TR>
 <TR>
   <TD> RDF </TD>
-- 
GitLab