From kde-i18n-doc Sun Jun 09 08:36:58 2013 From: Anne-Marie Mahfouf Date: Sun, 09 Jun 2013 08:36:58 +0000 To: kde-i18n-doc Subject: [rocs] RocsCore/DataStructures/Graph: Fix typo Message-Id: <20130609083658.8FC5AA605A () git ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-i18n-doc&m=137080822627161 Git commit cc3c1e180751ec2f6b063ddedf55c7b436743c8b by Anne-Marie Mahfouf. Committed on 09/06/2013 at 10:35. Pushed by annma into branch 'master'. Fix typo Thanks to Dimitris for spotting this! CCMAIL: kde-i18n-doc@kde.org M +1 -1 RocsCore/DataStructures/Graph/GraphEdge.xml http://commits.kde.org/rocs/cc3c1e180751ec2f6b063ddedf55c7b436743c8b diff --git a/RocsCore/DataStructures/Graph/GraphEdge.xml b/RocsCore/DataStr= uctures/Graph/GraphEdge.xml index 9dcd438..ed0d8b8 100644 --- a/RocsCore/DataStructures/Graph/GraphEdge.xml +++ b/RocsCore/DataStructures/Graph/GraphEdge.xml @@ -5,7 +5,7 @@ Pointer -An Edge is the connection of two GraphNodes. Edges can be directed or undi= rected, depending on there type. +An Edge is the connection of two GraphNodes. Edges can be directed or undi= rected, depending on their type.