Fixing a spelling error
authorTamas Nepusz <ntamas@gmail.com>
Tue, 15 Jan 2019 14:10:32 +0000 (14:10 +0000)
committerAndreas Tille <tille@debian.org>
Tue, 15 Jan 2019 14:10:32 +0000 (14:10 +0000)
Last-Changed: Wed, 27 Aug 2014 21:58:56 +0100
Applied-Upstream: 0.7.2, https://github.com/igraph/igraph/commit/8bf4ddcc

Gbp-Pq: Name drl_spelling_fix.patch

src/drl_layout.cpp

index 3bf3f41cfce35a7ae3468413fd1d4b490132b2f5..20f53ba4cb470cada03940c36d9549cc998476c7 100644 (file)
@@ -417,7 +417,7 @@ int igraph_layout_drl_options_init(igraph_layout_drl_options_t *options,
     options->simmer_damping_mult = 0;
     
   default:
-    IGRAPH_ERROR("Unkown DrL template", IGRAPH_EINVAL);
+    IGRAPH_ERROR("Unknown DrL template", IGRAPH_EINVAL);
     break;
   }