diff --git a/Trajectories/trajectories.py b/Trajectories/trajectories.py
index f5049e865aae75cfa9a60b0e87862ca02696be22..7b01606086a0ed1dbfe716833f3e70cc9096d9fa 100755
--- a/Trajectories/trajectories.py
+++ b/Trajectories/trajectories.py
@@ -27,7 +27,7 @@ traj_prop = g.new_vertex_property('int', val = - 1)
 
 all_cost = g.get_edges([g.edge_properties.cost_function])
 
-# Array of indices that sort on cost function:
+# Array of indices that sort on cost:
 ind_cf = np.argsort(all_cost[:, 2])
 
 ind_traj = - 1 # initialize index of trajectory