[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 01/01: runtime: corrected spelling
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 01/01: runtime: corrected spelling |
Date: |
Fri, 31 Oct 2014 20:30:06 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
jcorgan pushed a commit to branch maint
in repository gnuradio.
commit 5b8ac4dfaab5cf9795156e3872c2a4a91d92ce02
Author: Johnathan Corgan <address@hidden>
Date: Fri Oct 31 13:27:34 2014 -0700
runtime: corrected spelling
---
gnuradio-runtime/lib/flowgraph.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnuradio-runtime/lib/flowgraph.cc
b/gnuradio-runtime/lib/flowgraph.cc
index abe51f7..b990236 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));
}