|
From: <arj...@us...> - 2010-11-22 08:21:01
|
Revision: 11347
http://plplot.svn.sourceforge.net/plplot/?rev=11347&view=rev
Author: arjenmarkus
Date: 2010-11-22 08:20:55 +0000 (Mon, 22 Nov 2010)
Log Message:
-----------
Correct typo in comment
Modified Paths:
--------------
trunk/src/plcore.c
Modified: trunk/src/plcore.c
===================================================================
--- trunk/src/plcore.c 2010-11-22 07:39:17 UTC (rev 11346)
+++ trunk/src/plcore.c 2010-11-22 08:20:55 UTC (rev 11347)
@@ -3242,7 +3242,7 @@
// Note the device tag, and the driver index. Note that a given driver could
// supply multiple devices, each with a unique tag to distinguish the driver
-// entry points for the differnet supported devices.
+// entry points for the different supported devices.
tag = loadable_device_list[i].tag;
drvidx = loadable_device_list[i].drvidx;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|