Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/web/faq
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2002-06-13 19:23:21 +0400
committerMiguel de Icaza <miguel@gnome.org>2002-06-13 19:23:21 +0400
commit70e6d336f950a35468b7c516f3e55beb440166b8 (patch)
tree1e39c478ef38e4eccd9de1ab751c91fa82a1e955 /web/faq
parent41df831c14e2d1aa63ddf7762f57d999121f73b7 (diff)
Typo fix
svn path=/trunk/mono/; revision=5272
Diffstat (limited to 'web/faq')
-rw-r--r--web/faq6
1 files changed, 3 insertions, 3 deletions
diff --git a/web/faq b/web/faq
index d2bd337a14a..39acd5bcd6d 100644
--- a/web/faq
+++ b/web/faq
@@ -23,9 +23,9 @@
Q: What is Mono exactly?
A: The Mono Project is an open development initiative sponsored by
- Ximian that is working to develop an open source, Linux-based
+ Ximian that is working to develop an open source, Unix
version of the Microsoft .NET development platform. Its objective
- is to enable Linux developers to build and
+ is to enable Unix developers to build and
deploy cross-platform .NET Applications. The project will
implement various technologies developed by Microsoft that have now
been submitted to the ECMA for standardization.
@@ -572,7 +572,7 @@ A: Yes, it is possible. Here are a few starting point:
Q: Could mono become a hybrid cil/java platform?
-A: No. It is quite far from the phylosophy of the project. The idea of Mono
+A: No. It is quite far from the philosophy of the project. The idea of Mono
is, to have only _one_ VM, on which all can run. And if there existing a
binary-converter from Java-.class to IL and if there existing something
like J-Sharp on Mono, you can write programs in Java, which than can run