aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/wsdg_src/WSDG_chapter_env_intro.asciidoc
diff options
context:
space:
mode:
authorGraham Bloice <graham.bloice@trihedral.com>2015-11-21 16:08:28 +0000
committerAnders Broman <a.broman58@gmail.com>2015-11-22 08:34:11 +0000
commit46876a91c2bf9968fe38feea776be7c0efb7006c (patch)
treeba2cf5a3c339b4049ee04191e23e65508854c727 /docbook/wsdg_src/WSDG_chapter_env_intro.asciidoc
parent782be9a50f5754277749e05a49ce9d30026570d9 (diff)
Developers Guide Updates
Fix a bunch of typos. Commented out Strawberry Perl section on Windows, CMake no longer uses it. Removed commented out svn commit section. Change-Id: Ied53c1b9aed69dc2c99449ef198f69a8cba42d5e Reviewed-on: https://code.wireshark.org/review/12011 Reviewed-by: Graham Bloice <graham.bloice@trihedral.com> Petri-Dish: Graham Bloice <graham.bloice@trihedral.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'docbook/wsdg_src/WSDG_chapter_env_intro.asciidoc')
-rw-r--r--docbook/wsdg_src/WSDG_chapter_env_intro.asciidoc12
1 files changed, 6 insertions, 6 deletions
diff --git a/docbook/wsdg_src/WSDG_chapter_env_intro.asciidoc b/docbook/wsdg_src/WSDG_chapter_env_intro.asciidoc
index a5518bd5b6..c2be1e29fc 100644
--- a/docbook/wsdg_src/WSDG_chapter_env_intro.asciidoc
+++ b/docbook/wsdg_src/WSDG_chapter_env_intro.asciidoc
@@ -273,7 +273,7 @@ be spent on more interesting tasks.
be narrowed down to a few commits, making a fix much easier.
* "Health status" overview of the sources. A quick look at:
- https://buildbot.wireshark.org/trunk/[] gives a good "feeling" if the sources
+ https://buildbot.wireshark.org/wireshark-master/[] gives a good "feeling" if the sources
are currently "well". On the other hand, if all is "red", an update of a
personal source tree might better be done later ...
@@ -308,11 +308,11 @@ console logfile, to get additional information.
The Buildbot runs on a platform collection that represents the different
"platform specialties" quite well:
-* Windows 8.1 x86 (Win32, little endian, Visual Studion 2013)
+* Windows 8.1 x86 (Win32, little endian, Visual Studio 2013)
-* Windows 7 x86-64 (Win64, little endian, VS 2013)
+* Windows 7 x86-64 (Win64, little endian, Visual Studio 2013)
-* Ubuntu x86-64 (Linux, little endian, gcc)
+* Ubuntu x86-64 (Linux, little endian, gcc, Clang)
* Solaris SPARC (Solaris, big endian, gcc)
@@ -357,7 +357,7 @@ an ongoing effort to build a protocol reference and a lot more.
And best of all, if you would like to contribute your knowledge on a
specific topic (maybe a network protocol you know well), you can edit the
-wiki pages by simply using your webbrowser.
+Wiki pages by simply using your webbrowser.
[[ChIntroFAQ]]
@@ -456,7 +456,7 @@ someone answers your question.
The Wireshark community collects bug reports in a Bugzilla database at
wireshark-bugs-site:[]. This database is filled with manually filed bug reports,
usually after some discussion on wireshark-dev, and automatic bug reports from
-the buildbot tools.
+the Buildbot tools.
[[ChIntroQA]]