diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2014-10-31 13:27:34 -0700 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2014-10-31 13:27:34 -0700 |
commit | 5b8ac4dfaab5cf9795156e3872c2a4a91d92ce02 (patch) | |
tree | ac99701d465ca803c49e9ed6be0bb1f660dda16d | |
parent | 415fab407155b12c82109e2b236f01d4b187d3c1 (diff) |
runtime: corrected spelling
-rw-r--r-- | gnuradio-runtime/lib/flowgraph.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnuradio-runtime/lib/flowgraph.cc b/gnuradio-runtime/lib/flowgraph.cc index abe51f741d..b9902363c7 100644 --- a/gnuradio-runtime/lib/flowgraph.cc +++ b/gnuradio-runtime/lib/flowgraph.cc @@ -71,7 +71,7 @@ namespace gr { check_dst_not_used(dst); check_type_match(src, dst); - // All ist klar, Herr Kommisar + // Alles klar, Herr Kommissar d_edges.push_back(edge(src,dst)); } |